Klasse JiraStatus
java.lang.Object
io.github.primelib.jira4j.restv2.model.JiraStatus
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JiraStatus
extends Object
JiraStatus
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe category of the status. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe description of the status.protected StringThe ID of the status.protected StringThe name of the status.protected StatusScopeprotected JiraStatus.StatusCategoryEnumThe category of the status.protected Set<ProjectIssueTypes>Projects and issue types where the status is used.protected Set<WorkflowUsages>The workflows that use this status. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedJiraStatus(String description, String id, String name, StatusScope scope, JiraStatus.StatusCategoryEnum statusCategory, Set<ProjectIssueTypes> usages, Set<WorkflowUsages> workflowUsages) Constructs a validated instance ofJiraStatus.JiraStatus(Consumer<JiraStatus> spec) Constructs a validated instance ofJiraStatus. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic JiraStatus.JiraStatusBuilderbuilder()protected booleanThe description of the status.description(String description) The description of the status.booleaninthashCode()id()The ID of the status.The ID of the status.name()The name of the status.The name of the status.scope()scope(StatusScope scope) The category of the status.statusCategory(JiraStatus.StatusCategoryEnum statusCategory) The category of the status.toString()usages()Projects and issue types where the status is used.usages(Set<ProjectIssueTypes> usages) Projects and issue types where the status is used.The workflows that use this status.workflowUsages(Set<WorkflowUsages> workflowUsages) The workflows that use this status.
-
Felddetails
-
description
The description of the status. -
id
The ID of the status. -
name
The name of the status. -
scope
-
statusCategory
The category of the status. -
usages
Projects and issue types where the status is used. Only available if theusagesexpand is requested. -
workflowUsages
The workflows that use this status. Only available if theworkflowUsagesexpand is requested.
-
-
Konstruktordetails
-
JiraStatus
Constructs a validated instance ofJiraStatus.- Parameter:
spec- the specification to process
-
JiraStatus
@Internal public JiraStatus(String description, String id, String name, StatusScope scope, JiraStatus.StatusCategoryEnum statusCategory, Set<ProjectIssueTypes> usages, Set<WorkflowUsages> workflowUsages) Constructs a validated instance ofJiraStatus.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JiraStatus(Consumer)instead.- Parameter:
description- The description of the status.id- The ID of the status.name- The name of the status.scope- scopestatusCategory- The category of the status.usages- Projects and issue types where the status is used. Only available if theusagesexpand is requested.workflowUsages- The workflows that use this status. Only available if theworkflowUsagesexpand is requested.
-
JiraStatus
protected JiraStatus()
-
-
Methodendetails
-
builder
-
description
The description of the status. -
id
The ID of the status. -
name
The name of the status. -
scope
-
statusCategory
The category of the status. -
usages
Projects and issue types where the status is used. Only available if theusagesexpand is requested. -
workflowUsages
The workflows that use this status. Only available if theworkflowUsagesexpand is requested. -
description
The description of the status.- Gibt zurück:
this.
-
id
The ID of the status.- Gibt zurück:
this.
-
name
The name of the status.- Gibt zurück:
this.
-
scope
- Gibt zurück:
this.
-
statusCategory
The category of the status.- Gibt zurück:
this.
-
usages
Projects and issue types where the status is used. Only available if theusagesexpand is requested.- Gibt zurück:
this.
-
workflowUsages
The workflows that use this status. Only available if theworkflowUsagesexpand is requested.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-