Klasse GroupDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.GroupDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GroupDetails
extends Object
GroupDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
GroupDetails
(String groupId, String name) Constructs a validated instance ofGroupDetails
.GroupDetails
(Consumer<GroupDetails> spec) Constructs a validated instance ofGroupDetails
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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()
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*. -
name
The name of the group.
-
-
Konstruktordetails
-
GroupDetails
Constructs a validated instance ofGroupDetails
.- Parameter:
spec
- the specification to process
-
GroupDetails
Constructs a validated instance ofGroupDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GroupDetails(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*.name
- The name of the group.
-
GroupDetails
protected GroupDetails()
-
-
Methodendetails
-
builder
-
groupId
The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*. -
name
The name of the group. -
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
.
-
name
The name of the group.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-