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