Uses of Enum Class
com.gentics.contentnode.rest.model.request.GroupSortAttribute
Packages that use GroupSortAttribute
Package
Description
-
Uses of GroupSortAttribute in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return GroupSortAttributeModifier and TypeMethodDescriptionstatic GroupSortAttribute
Returns the enum constant of this class with the specified name.static GroupSortAttribute[]
GroupSortAttribute.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GroupSortAttribute in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type GroupSortAttributeModifier and TypeMethodDescriptionGroupResource.list
(Integer skipCount, Integer maxItems, List<Integer> ids, List<String> names, List<String> memberLogins, List<Integer> memberIds, List<Integer> childGroupIds, List<Integer> privFolderIds, List<Privilege> privileges, GroupReduceType reduce, GroupSortAttribute sortBy, SortOrder sortOrder, PermsParameterBean perms) Deprecated.because new endpoint exists.