Uses of Class
com.gentics.contentnode.rest.model.request.UserSortAttribute

Packages that use UserSortAttribute
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
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
 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, UserSortAttribute sortBy, SortOrder sortOrder)
          Get a list of users, optionally filtered, sorted and paged
 



Copyright © 2014 Gentics Software GmbH. All Rights Reserved.