public class GroupBean extends GroupJsonBean
| Modifier and Type | Field and Description |
|---|---|
static GroupBean |
DOC_EXAMPLE_WITH_USERS |
DOC_EXAMPLE| Constructor and Description |
|---|
GroupBean() |
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 | Method and Description |
|---|---|
PagedListWrapper<UserJsonBean,ApplicationUser> |
getUsers() |
BuildDocExampleUsers, getName, getSelf, setName, setSelfpublic static final GroupBean DOC_EXAMPLE_WITH_USERS
public GroupBean()
public GroupBean(String name, URI self, PagedListWrapper<UserJsonBean,ApplicationUser> users)
name - a String containing the group nameself - an REST Resource URI for that groupusers - a list of active users that're in this group. This is optional parameter and there can be null
passed (to avoid recursion when getting an user with associated groups).public PagedListWrapper<UserJsonBean,ApplicationUser> getUsers()
Copyright © 2002-2015 Atlassian. All Rights Reserved.