Uses of Class
com.gentics.contentnode.rest.model.request.ConstructSortAttribute
-
Packages that use ConstructSortAttribute Package Description com.gentics.contentnode.rest.model.request com.gentics.contentnode.rest.resource -
-
Uses of ConstructSortAttribute in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return ConstructSortAttribute Modifier and Type Method Description static ConstructSortAttribute
ConstructSortAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConstructSortAttribute[]
ConstructSortAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConstructSortAttribute in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type ConstructSortAttribute Modifier and Type Method Description ConstructListResponse
ConstructResource. list(Integer skipCount, Integer maxItems, String search, Boolean changeable, Integer pageId, Integer nodeId, Integer categoryId, List<Integer> partTypeId, ConstructSortAttribute sortBy, SortOrder sortOrder)
Deprecated.
-