Klasse JiraWorkflowStatus
java.lang.Object
io.github.primelib.jira4j.restv3.model.JiraWorkflowStatus
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JiraWorkflowStatus
extends Object
JiraWorkflowStatus
-
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 WorkflowScopeprotected JiraWorkflowStatus.StatusCategoryEnumThe category of the status.protected StringThe reference of the status.protected Set<ProjectIssueTypes>Thestatuses.usagesexpand is an optional parameter that can be used when reading and updating statuses in Jira. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedJiraWorkflowStatus(String description, String id, String name, WorkflowScope scope, JiraWorkflowStatus.StatusCategoryEnum statusCategory, String statusReference, Set<ProjectIssueTypes> usages) Constructs a validated instance ofJiraWorkflowStatus.Constructs a validated instance ofJiraWorkflowStatus. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()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(WorkflowScope scope) The category of the status.statusCategory(JiraWorkflowStatus.StatusCategoryEnum statusCategory) The category of the status.The reference of the status.statusReference(String statusReference) The reference of the status.toString()usages()Thestatuses.usagesexpand is an optional parameter that can be used when reading and updating statuses in Jira.usages(Set<ProjectIssueTypes> usages) Thestatuses.usagesexpand is an optional parameter that can be used when reading and updating statuses in Jira.
-
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. -
statusReference
The reference of the status. -
usages
Thestatuses.usagesexpand is an optional parameter that can be used when reading and updating statuses in Jira. It provides additional information about the projects and issue types associated with the requested statuses.
-
-
Konstruktordetails
-
JiraWorkflowStatus
Constructs a validated instance ofJiraWorkflowStatus.- Parameter:
spec- the specification to process
-
JiraWorkflowStatus
@Internal public JiraWorkflowStatus(String description, String id, String name, WorkflowScope scope, JiraWorkflowStatus.StatusCategoryEnum statusCategory, String statusReference, Set<ProjectIssueTypes> usages) Constructs a validated instance ofJiraWorkflowStatus.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JiraWorkflowStatus(Consumer)instead.- Parameter:
description- The description of the status.id- The ID of the status.name- The name of the status.scope- var.namestatusCategory- The category of the status.statusReference- The reference of the status.usages- Thestatuses.usagesexpand is an optional parameter that can be used when reading and updating statuses in Jira. It provides additional information about the projects and issue types associated with the requested statuses.
-
JiraWorkflowStatus
protected JiraWorkflowStatus()
-
-
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. -
statusReference
The reference of the status. -
usages
Thestatuses.usagesexpand is an optional parameter that can be used when reading and updating statuses in Jira. It provides additional information about the projects and issue types associated with the requested statuses. -
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.
-
statusReference
The reference of the status.- Gibt zurück:
this.
-
usages
Thestatuses.usagesexpand is an optional parameter that can be used when reading and updating statuses in Jira. It provides additional information about the projects and issue types associated with the requested statuses.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-