Uses of Class
com.atlassian.jira.rest.api.expand.SimpleListWrapper

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
<T> SimpleListWrapper<T>
SimpleListWrapper.empty()
          Returns an empty SimpleListWrapper.
static
<T> SimpleListWrapper<T>
SimpleListWrapper.of(List<T> list)
          Returns a new SimpleListWrapper that is backed by the given collection.
static
<T> SimpleListWrapper<T>
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
<T> SimpleListWrapper<T>
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
<T> SimpleListWrapper<T>
SimpleListWrapper.of(T... elements)
          Returns a new SimpleListWrapper that wraps the given elements.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.