Class GroupDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.GroupDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GroupDetails
extends Object
GroupDetails
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGroupDetails(String groupId, String name) Constructs a validated instance ofGroupDetails.GroupDetails(Consumer<GroupDetails> spec) Constructs a validated instance ofGroupDetails. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangroupId()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.inthashCode()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*. -
name
The name of the group.
-
-
Constructor Details
-
GroupDetails
Constructs a validated instance ofGroupDetails.- Parameters:
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.- Parameters:
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()
-
-
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*. -
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*.- Returns:
this.
-
name
The name of the group.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-