Class Group.GroupBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.Group.GroupBuilder
- Enclosing class:
- Group
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Expand options that include additional group details in the response.The ID of the group, which uniquely identifies the group across all Atlassian products.The name of group.The URL for these group details.toString()
users
(GroupUsers users)
-
Method Details
-
expand
Expand options that include additional group details in the response.- Returns:
this
.
-
groupId
The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.- Returns:
this
.
-
name
The name of group.- Returns:
this
.
-
self
The URL for these group details.- Returns:
this
.
-
users
- Returns:
this
.
-
build
-
toString
-