Klasse ProjectRoleGroup
java.lang.Object
io.github.primelib.jira4j.restv2.model.ProjectRoleGroup
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectRoleGroup
extends Object
ProjectRoleGroup
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ProjectRoleGroup
(String displayName, String groupId, String name) Constructs a validated instance ofProjectRoleGroup
.Constructs a validated instance ofProjectRoleGroup
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The display name of the group.displayName
(String displayName) The display name of the group.boolean
groupId()
The ID of the group.The ID of the group.int
hashCode()
name()
The name of the group.The name of the group.toString()
-
Felddetails
-
displayName
The display name of the group. -
groupId
The ID of the group. -
name
The name of the group. As a group's name can change, use ofgroupId
is recommended to identify the group.
-
-
Konstruktordetails
-
ProjectRoleGroup
Constructs a validated instance ofProjectRoleGroup
.- Parameter:
spec
- the specification to process
-
ProjectRoleGroup
Constructs a validated instance ofProjectRoleGroup
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ProjectRoleGroup(Consumer)
instead.- Parameter:
displayName
- The display name of the group.groupId
- The ID of the group.name
- The name of the group. As a group's name can change, use ofgroupId
is recommended to identify the group.
-
ProjectRoleGroup
protected ProjectRoleGroup()
-
-
Methodendetails
-
builder
-
displayName
The display name of the group. -
groupId
The ID of the group. -
name
The name of the group. As a group's name can change, use ofgroupId
is recommended to identify the group. -
displayName
The display name of the group.- Gibt zurück:
this
.
-
groupId
The ID of the group.- Gibt zurück:
this
.
-
name
The name of the group. As a group's name can change, use ofgroupId
is recommended to identify the group.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-