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