Klasse FoundGroup.FoundGroupBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.FoundGroup.FoundGroupBuilder
- Umschließende Klasse:
FoundGroup
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The ID of the group, which uniquely identifies the group across all Atlassian products.The group name with the matched query string highlighted with the HTML bold tag.labels
(List<GroupLabel> labels) The name of the group.toString()
-
Methodendetails
-
groupId
The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.- Gibt zurück:
this
.
-
html
The group name with the matched query string highlighted with the HTML bold tag.- Gibt zurück:
this
.
-
labels
- Gibt zurück:
this
.
-
name
The name of the group. The name of a group is mutable, to reliably identify a group use groupId.
- Gibt zurück:
this
.
-
build
-
toString
-