Uses of Class
org.alfresco.rest.api.Actions.SortKey
-
Packages that use Actions.SortKey Package Description org.alfresco.rest.api -
-
Uses of Actions.SortKey in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return Actions.SortKey Modifier and Type Method Description static Actions.SortKey
Actions.SortKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static Actions.SortKey[]
Actions.SortKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-