Uses of Class
com.atlassian.jira.rest.api.expand.SimpleListWrapper
Packages that use SimpleListWrapper
-
Uses of SimpleListWrapper in com.atlassian.jira.rest.api.expand
Methods in com.atlassian.jira.rest.api.expand that return SimpleListWrapperModifier and TypeMethodDescriptionstatic <T> SimpleListWrapper<T>SimpleListWrapper.empty()Returns an empty SimpleListWrapper.static <T> SimpleListWrapper<T>Returns a new SimpleListWrapper that is backed by the given collection.static <T> SimpleListWrapper<T>Returns a new SimpleListWrapper that is backed by the given list and returns at most maxResults items to the client.static <T> SimpleListWrapper<T>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. -
Uses of SimpleListWrapper in com.atlassian.jira.rest.v2.issue
Methods in com.atlassian.jira.rest.v2.issue that return SimpleListWrapper