Klasse ProjectRoleDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.ProjectRoleDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectRoleDetails
extends Object
ProjectRoleDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Boolean
Whether this role is the default role for the project.protected Boolean
Whether this role is the admin role for the project.protected String
The description of the project role.protected Long
The ID of the project role.protected String
The name of the project role.protected Boolean
Whether the roles are configurable for this project.protected ProjectRoleScope
protected URI
The URL the project role details.protected String
The translated name of the project role. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ProjectRoleDetails
(Boolean admin, Boolean _default, String description, Long id, String name, Boolean roleConfigurable, ProjectRoleScope scope, URI self, String translatedName) Constructs a validated instance ofProjectRoleDetails
.Constructs a validated instance ofProjectRoleDetails
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_default()
Whether this role is the default role for the project.Whether this role is the default role for the project.admin()
Whether this role is the admin role for the project.Whether this role is the admin role for the project.builder()
protected boolean
The description of the project role.description
(String description) The description of the project role.boolean
int
hashCode()
id()
The ID of the project role.The ID of the project role.name()
The name of the project role.The name of the project role.Whether the roles are configurable for this project.roleConfigurable
(Boolean roleConfigurable) Whether the roles are configurable for this project.scope()
scope
(ProjectRoleScope scope) self()
The URL the project role details.The URL the project role details.toString()
The translated name of the project role.translatedName
(String translatedName) The translated name of the project role.
-
Felddetails
-
admin
Whether this role is the admin role for the project. -
_default
Whether this role is the default role for the project. -
description
The description of the project role. -
id
The ID of the project role. -
name
The name of the project role. -
roleConfigurable
Whether the roles are configurable for this project. -
scope
-
self
The URL the project role details. -
translatedName
The translated name of the project role.
-
-
Konstruktordetails
-
ProjectRoleDetails
Constructs a validated instance ofProjectRoleDetails
.- Parameter:
spec
- the specification to process
-
ProjectRoleDetails
@Internal public ProjectRoleDetails(Boolean admin, Boolean _default, String description, Long id, String name, Boolean roleConfigurable, ProjectRoleScope scope, URI self, String translatedName) Constructs a validated instance ofProjectRoleDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ProjectRoleDetails(Consumer)
instead.- Parameter:
admin
- Whether this role is the admin role for the project._default
- Whether this role is the default role for the project.description
- The description of the project role.id
- The ID of the project role.name
- The name of the project role.roleConfigurable
- Whether the roles are configurable for this project.scope
- scopeself
- The URL the project role details.translatedName
- The translated name of the project role.
-
ProjectRoleDetails
protected ProjectRoleDetails()
-
-
Methodendetails
-
builder
-
admin
Whether this role is the admin role for the project. -
_default
Whether this role is the default role for the project. -
description
The description of the project role. -
id
The ID of the project role. -
name
The name of the project role. -
roleConfigurable
Whether the roles are configurable for this project. -
scope
-
self
The URL the project role details. -
translatedName
The translated name of the project role. -
admin
Whether this role is the admin role for the project.- Gibt zurück:
this
.
-
_default
Whether this role is the default role for the project.- Gibt zurück:
this
.
-
description
The description of the project role.- Gibt zurück:
this
.
-
id
The ID of the project role.- Gibt zurück:
this
.
-
name
The name of the project role.- Gibt zurück:
this
.
-
roleConfigurable
Whether the roles are configurable for this project.- Gibt zurück:
this
.
-
scope
- Gibt zurück:
this
.
-
self
The URL the project role details.- Gibt zurück:
this
.
-
translatedName
The translated name of the project role.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-