Class ScopeProject.ScopeProjectBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.ScopeProject.ScopeProjectBuilder
- Enclosing class:
- ScopeProject
-
Method Summary
Modifier and TypeMethodDescriptionavatarUrls
(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()
-
Method Details
-
avatarUrls
- Returns:
this
.
-
id
The ID of the project.- Returns:
this
.
-
key
The key of the project.- Returns:
this
.
-
name
The name of the project.- Returns:
this
.
-
projectCategory
public ScopeProject.ScopeProjectBuilder projectCategory(ProjectDetailsProjectCategory projectCategory) - Returns:
this
.
-
projectTypeKey
public ScopeProject.ScopeProjectBuilder projectTypeKey(ScopeProject.ProjectTypeKeyEnum projectTypeKey) The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.- Returns:
this
.
-
self
The URL of the project details.- Returns:
this
.
-
simplified
Whether or not the project is simplified.- Returns:
this
.
-
build
-
toString
-