Uses of Class
com.atlassian.jira.rest.api.expand.PagedListWrapper
Packages that use PagedListWrapper
Package
Description
-
Uses of PagedListWrapper in com.atlassian.jira.rest.api.expand
Subclasses of PagedListWrapper in com.atlassian.jira.rest.api.expandModifier and TypeClassDescriptionstatic classThis class is for documentation purpose only, do not use it. -
Uses of PagedListWrapper in com.atlassian.jira.rest.v2.issue
Subclasses of PagedListWrapper in com.atlassian.jira.rest.v2.issueModifier and TypeClassDescriptionclassWraps a list of Users and pages over themMethods in com.atlassian.jira.rest.v2.issue that return PagedListWrapperMethods in com.atlassian.jira.rest.v2.issue with parameters of type PagedListWrapperModifier and TypeMethodDescriptionGroupBeanBuilder.users(PagedListWrapper<UserJsonBean, ApplicationUser> users) Constructors in com.atlassian.jira.rest.v2.issue with parameters of type PagedListWrapperModifierConstructorDescriptionGroupBean(String name, URI self, PagedListWrapper<UserJsonBean, ApplicationUser> users) Creates a new GroupBean for the group with the given name, self URI and users list. -
Uses of PagedListWrapper in com.atlassian.jira.rest.v2.search
Subclasses of PagedListWrapper in com.atlassian.jira.rest.v2.searchModifier and TypeClassDescriptionclassWraps a list of FilterSubscriptions and pages over themclassWraps a list of Users and pages over them