Class ProjectRoleDetails.ProjectRoleDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.ProjectRoleDetails.ProjectRoleDetailsBuilder
- Enclosing class:
- ProjectRoleDetails
-
Method Summary
Modifier and TypeMethodDescriptionWhether 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.
-
Method Details
-
admin
Whether this role is the admin role for the project.- Returns:
this.
-
_default
Whether this role is the default role for the project.- Returns:
this.
-
description
The description of the project role.- Returns:
this.
-
id
The ID of the project role.- Returns:
this.
-
name
The name of the project role.- Returns:
this.
-
roleConfigurable
Whether the roles are configurable for this project.- Returns:
this.
-
scope
- Returns:
this.
-
self
The URL the project role details.- Returns:
this.
-
translatedName
The translated name of the project role.- Returns:
this.
-
build
-
toString
-