Package | Description |
---|---|
com.atlassian.jira.rest.api.expand | |
com.atlassian.jira.rest.v2.issue | |
com.atlassian.jira.rest.v2.search |
Modifier and Type | Class and Description |
---|---|
static class |
PagedListWrapper.PagedListWrapperDocExample<T,Z>
This class is for documentation purpose only, do not use it.
|
Modifier and Type | Class and Description |
---|---|
class |
UserJsonBeanListWrapper
Wraps a list of Users and pages over them
|
Modifier and Type | Method and Description |
---|---|
PagedListWrapper<UserJsonBean,ApplicationUser> |
GroupBean.getUsers() |
Modifier and Type | Method and Description |
---|---|
GroupBeanBuilder |
GroupBeanBuilder.users(PagedListWrapper<UserJsonBean,ApplicationUser> users) |
Constructor and Description |
---|
GroupBean(String name,
URI self,
PagedListWrapper<UserJsonBean,ApplicationUser> users)
Creates a new GroupBean for the group with the given name, self URI and users list.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterSubscriptionBeanListWrapper
Wraps a list of FilterSubscriptions and pages over them
|
class |
UserBeanListWrapper
Wraps a list of Users and pages over them
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.