Uses of Class
com.gentics.contentnode.rest.model.request.UserSortAttribute
-
Packages that use UserSortAttribute Package Description com.gentics.contentnode.rest.model.request com.gentics.contentnode.rest.resource -
-
Uses of UserSortAttribute in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return UserSortAttribute Modifier and Type Method Description static UserSortAttribute
UserSortAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserSortAttribute[]
UserSortAttribute. values()
Returns an array containing the constants of this enum type, 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 UserSortAttribute Modifier and Type Method Description UserListResponse
UserResource. 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.
-