Klasse ProjectRoleDetails.ProjectRoleDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.ProjectRoleDetails.ProjectRoleDetailsBuilder
- Umschließende Klasse:
ProjectRoleDetails
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungWhether this role is the default role for the project.Whether this role is the admin role for the project.build()
description
(String description) The description of the project role.The ID of the project role.The name of the project role.roleConfigurable
(Boolean roleConfigurable) Whether the roles are configurable for this project.scope
(ProjectRoleScope scope) The URL the project role details.toString()
translatedName
(String translatedName) The translated name of the project role.
-
Methodendetails
-
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
.
-
build
-
toString
-