Klasse FoundGroup
java.lang.Object
io.github.primelib.jira4j.restv2.model.FoundGroup
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FoundGroup
extends Object
FoundGroup
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The ID of the group, which uniquely identifies the group across all Atlassian products.protected String
The group name with the matched query string highlighted with the HTML bold tag.protected List<GroupLabel>
protected String
The name of the group. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
FoundGroup
(String groupId, String html, List<GroupLabel> labels, String name) Constructs a validated instance ofFoundGroup
.FoundGroup
(Consumer<FoundGroup> spec) Constructs a validated instance ofFoundGroup
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic FoundGroup.FoundGroupBuilder
builder()
protected boolean
boolean
groupId()
The ID of the group, which uniquely identifies the group across all Atlassian products.The ID of the group, which uniquely identifies the group across all Atlassian products.int
hashCode()
html()
The group name with the matched query string highlighted with the HTML bold tag.The group name with the matched query string highlighted with the HTML bold tag.labels()
labels
(List<GroupLabel> labels) name()
The name of the group.The name of the group.toString()
-
Felddetails
-
groupId
The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*. -
html
The group name with the matched query string highlighted with the HTML bold tag. -
labels
-
name
The name of the group. The name of a group is mutable, to reliably identify a group use groupId.
-
-
Konstruktordetails
-
FoundGroup
Constructs a validated instance ofFoundGroup
.- Parameter:
spec
- the specification to process
-
FoundGroup
Constructs a validated instance ofFoundGroup
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FoundGroup(Consumer)
instead.- Parameter:
groupId
- The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.html
- The group name with the matched query string highlighted with the HTML bold tag.labels
- labelsname
- The name of the group. The name of a group is mutable, to reliably identify a group use groupId.
-
FoundGroup
protected FoundGroup()
-
-
Methodendetails
-
builder
-
groupId
The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*. -
html
The group name with the matched query string highlighted with the HTML bold tag. -
labels
-
name
The name of the group. The name of a group is mutable, to reliably identify a group use groupId.
-
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-