Package com.atlassian.jira.rest.v2.issue
Class GroupBean
java.lang.Object
com.atlassian.jira.issue.fields.rest.json.beans.GroupJsonBean
com.atlassian.jira.rest.v2.issue.GroupBean
A representation of Group for the GroupResource (contains additional expand users parameter)
- Since:
- v4.2
-
Field Summary
Fields inherited from class com.atlassian.jira.issue.fields.rest.json.beans.GroupJsonBean
DOC_EXAMPLE -
Constructor Summary
ConstructorsConstructorDescriptionGroupBean(String name, URI self, PagedListWrapper<UserJsonBean, ApplicationUser> users) Creates a new GroupBean for the group with the given name, self URI and users list. -
Method Summary
Methods inherited from class com.atlassian.jira.issue.fields.rest.json.beans.GroupJsonBean
BuildDocExampleUsers, getName, getSelf, setName, setSelf
-
Constructor Details
-
GroupBean
public GroupBean() -
GroupBean
Creates a new GroupBean for the group with the given name, self URI and users list.- Parameters:
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).
-
-
Method Details
-
getUsers
-