Klasse ScopeProject
java.lang.Object
io.github.primelib.jira4j.restv3.model.ScopeProject
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ScopeProject
extends Object
ScopeProject
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enum
The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.static class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ProjectAvatarUrls
protected String
The ID of the project.protected String
The key of the project.protected String
The name of the project.protected ProjectDetailsProjectCategory
protected ScopeProject.ProjectTypeKeyEnum
The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.protected String
The URL of the project details.protected Boolean
Whether or not the project is simplified. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ScopeProject
(ProjectAvatarUrls avatarUrls, String id, String key, String name, ProjectDetailsProjectCategory projectCategory, ScopeProject.ProjectTypeKeyEnum projectTypeKey, String self, Boolean simplified) Constructs a validated instance ofScopeProject
.ScopeProject
(Consumer<ScopeProject> spec) Constructs a validated instance ofScopeProject
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungavatarUrls
(ProjectAvatarUrls avatarUrls) builder()
protected boolean
boolean
int
hashCode()
id()
The ID of the project.The ID of the project.key()
The key of the project.The key of the project.name()
The name of the project.The name of the project.projectCategory
(ProjectDetailsProjectCategory projectCategory) The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.projectTypeKey
(ScopeProject.ProjectTypeKeyEnum projectTypeKey) The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.self()
The URL of the project details.The URL of the project details.Whether or not the project is simplified.simplified
(Boolean simplified) Whether or not the project is simplified.toString()
-
Felddetails
-
avatarUrls
-
id
The ID of the project. -
key
The key of the project. -
name
The name of the project. -
projectCategory
-
projectTypeKey
The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project. -
self
The URL of the project details. -
simplified
Whether or not the project is simplified.
-
-
Konstruktordetails
-
ScopeProject
Constructs a validated instance ofScopeProject
.- Parameter:
spec
- the specification to process
-
ScopeProject
@Internal public ScopeProject(ProjectAvatarUrls avatarUrls, String id, String key, String name, ProjectDetailsProjectCategory projectCategory, ScopeProject.ProjectTypeKeyEnum projectTypeKey, String self, Boolean simplified) Constructs a validated instance ofScopeProject
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ScopeProject(Consumer)
instead.- Parameter:
avatarUrls
- var.nameid
- The ID of the project.key
- The key of the project.name
- The name of the project.projectCategory
- var.nameprojectTypeKey
- The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.self
- The URL of the project details.simplified
- Whether or not the project is simplified.
-
ScopeProject
protected ScopeProject()
-
-
Methodendetails
-
builder
-
avatarUrls
-
id
The ID of the project. -
key
The key of the project. -
name
The name of the project. -
projectCategory
-
projectTypeKey
The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project. -
self
The URL of the project details. -
simplified
Whether or not the project is simplified. -
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
- Gibt zurück:
this
.
-
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-