Class UserQuery<T>

java.lang.Object
com.atlassian.crowd.search.query.entity.EntityQuery<T>
com.atlassian.crowd.search.query.entity.UserQuery<T>
All Implemented Interfaces:
Query<T>

public class UserQuery<T> extends EntityQuery<T>
  • Constructor Details

    • UserQuery

      public UserQuery(Class<T> returnType, SearchRestriction searchRestriction, int startIndex, int maxResults)