Class ProjectRoleGroup
java.lang.Object
io.github.primelib.jira4j.restv3.model.ProjectRoleGroup
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectRoleGroup
extends Object
ProjectRoleGroup
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ProjectRoleGroup
(String displayName, String groupId, String name) Constructs a validated instance ofProjectRoleGroup
.Constructs a validated instance ofProjectRoleGroup
. -
Method Summary
-
Field Details
-
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.
-
-
Constructor Details
-
ProjectRoleGroup
Constructs a validated instance ofProjectRoleGroup
.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this
.
-
groupId
The ID of the group.- Returns:
this
.
-
name
The name of the group. As a group's name can change, use ofgroupId
is recommended to identify the group.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-