Klasse ScopeProject.ScopeProjectBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.ScopeProject.ScopeProjectBuilder
- Umschließende Klasse:
ScopeProject
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungavatarUrls
(ProjectAvatarUrls avatarUrls) build()
The ID of the project.The key of the project.The name of the project.projectCategory
(ProjectDetailsProjectCategory projectCategory) projectTypeKey
(ScopeProject.ProjectTypeKeyEnum projectTypeKey) The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.The URL of the project details.simplified
(Boolean simplified) Whether or not the project is simplified.toString()
-
Methodendetails
-
avatarUrls
- Gibt zurück:
this
.
-
id
The ID of the project.- Gibt zurück:
this
.
-
key
The key of the project.- Gibt zurück:
this
.
-
name
The name of the project.- Gibt zurück:
this
.
-
projectCategory
public ScopeProject.ScopeProjectBuilder projectCategory(ProjectDetailsProjectCategory projectCategory) - Gibt zurück:
this
.
-
projectTypeKey
public ScopeProject.ScopeProjectBuilder projectTypeKey(ScopeProject.ProjectTypeKeyEnum projectTypeKey) The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.- Gibt zurück:
this
.
-
self
The URL of the project details.- Gibt zurück:
this
.
-
simplified
Whether or not the project is simplified.- Gibt zurück:
this
.
-
build
-
toString
-