public class

UserBeanListWrapper

extends PagedListWrapper<T, Z>
java.lang.Object
   ↳ com.atlassian.jira.rest.api.expand.PagedListWrapper<T, Z>
     ↳ com.atlassian.jira.rest.v2.search.UserBeanListWrapper

Class Overview

Wraps a list of Users and pages over them

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.rest.api.expand.PagedListWrapper
Public Constructors
UserBeanListWrapper(JiraBaseUrls jiraBaseUrls, Collection<User> sharedUsers, int maxResults)
Public Methods
UserBean fromBackedObject(User user)
int getBackingListSize()
List<User> getOrderedList(int startIndex, int endIndex)
[Expand]
Inherited Methods
From class com.atlassian.jira.rest.api.expand.PagedListWrapper
From class java.lang.Object
From interface com.atlassian.plugins.rest.common.expand.entity.ListWrapper

Public Constructors

public UserBeanListWrapper (JiraBaseUrls jiraBaseUrls, Collection<User> sharedUsers, int maxResults)

Public Methods

public UserBean fromBackedObject (User user)

public int getBackingListSize ()

public List<User> getOrderedList (int startIndex, int endIndex)