Uses of Enum Class
com.gentics.contentnode.rest.model.request.UserSortAttribute
Packages that use UserSortAttribute
Package
Description
-
Uses of UserSortAttribute in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return UserSortAttributeModifier and TypeMethodDescriptionstatic UserSortAttribute
Returns the enum constant of this class with the specified name.static UserSortAttribute[]
UserSortAttribute.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UserSortAttribute in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type UserSortAttributeModifier and TypeMethodDescriptionUserResource.list
(Integer skipCount, Integer maxItems, List<Integer> ids, List<String> logins, List<String> firstNames, List<String> lastNames, List<String> eMails, List<Integer> groupIds, String search, UserSortAttribute sortBy, SortOrder sortOrder, boolean addGroups) Deprecated.because new endpoint exists.