|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleListWrapper | |
|---|---|
| com.atlassian.jira.rest.api.expand | |
| Uses of SimpleListWrapper in com.atlassian.jira.rest.api.expand |
|---|
| Methods in com.atlassian.jira.rest.api.expand that return SimpleListWrapper | ||
|---|---|---|
static
|
SimpleListWrapper.empty()
Returns an empty SimpleListWrapper. |
|
static
|
SimpleListWrapper.of(List<T> list)
Returns a new SimpleListWrapper that is backed by the given collection. |
|
static
|
SimpleListWrapper.of(List<T> list,
Integer maxResults)
Returns a new SimpleListWrapper that is backed by the given list and returns at most maxResults items to the client. |
|
static
|
SimpleListWrapper.of(List<T> list,
Integer maxResults,
int size)
Returns a new SimpleListWrapper that is backed by the given list and returns at most maxResults items to the client. |
|
static
|
SimpleListWrapper.of(T... elements)
Returns a new SimpleListWrapper that wraps the given elements. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||