Class FoundGroup
java.lang.Object
io.github.primelib.jira4j.restv3.model.FoundGroup
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FoundGroup
extends Object
FoundGroup
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
FoundGroup
(String groupId, String html, List<GroupLabel> labels, String name) Constructs a validated instance ofFoundGroup
.FoundGroup
(Consumer<FoundGroup> spec) Constructs a validated instance ofFoundGroup
. -
Method Summary
Modifier and TypeMethodDescriptionstatic 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()
-
Field Details
-
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.
-
-
Constructor Details
-
FoundGroup
Constructs a validated instance ofFoundGroup
.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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*.- Returns:
this
.
-
html
The group name with the matched query string highlighted with the HTML bold tag.- Returns:
this
.
-
labels
- Returns:
this
.
-
name
The name of the group. The name of a group is mutable, to reliably identify a group use groupId.
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-