Class UserBeanListWrapper
java.lang.Object
com.atlassian.jira.rest.api.expand.PagedListWrapper<UserBean,ApplicationUser>
com.atlassian.jira.rest.v2.search.UserBeanListWrapper
- All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<UserBean>
Wraps a list of Users and pages over them
- Since:
- v6.0
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.jira.rest.api.expand.PagedListWrapper
PagedListWrapper.PagedListWrapperDocExample<T,Z> -
Field Summary
Fields inherited from class com.atlassian.jira.rest.api.expand.PagedListWrapper
endIndex, size, startIndex -
Constructor Summary
ConstructorsConstructorDescriptionUserBeanListWrapper(JiraBaseUrls jiraBaseUrls, com.atlassian.jira.rest.v2.search.UserListResolver userListResolver, int maxResults) -
Method Summary
Methods inherited from class com.atlassian.jira.rest.api.expand.PagedListWrapper
getCallback, getItems, getMaxResults, getPagingCallback, getSize
-
Constructor Details
-
UserBeanListWrapper
public UserBeanListWrapper(JiraBaseUrls jiraBaseUrls, com.atlassian.jira.rest.v2.search.UserListResolver userListResolver, int maxResults)
-
-
Method Details
-
fromBackedObject
- Specified by:
fromBackedObjectin classPagedListWrapper<UserBean,ApplicationUser>
-
getBackingListSize
public int getBackingListSize()- Specified by:
getBackingListSizein classPagedListWrapper<UserBean,ApplicationUser>
-
getOrderedList
- Specified by:
getOrderedListin classPagedListWrapper<UserBean,ApplicationUser>
-