Klasse JiraWorkflowStatus
java.lang.Object
io.github.primelib.jira4j.restv2.model.JiraWorkflowStatus
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JiraWorkflowStatus
extends Object
JiraWorkflowStatus
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The category of the status. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The description of the status.protected String
The ID of the status.protected String
The name of the status.protected WorkflowScope
protected JiraWorkflowStatus.StatusCategoryEnum
The category of the status.protected String
The reference of the status.protected Set<ProjectIssueTypes>
Thestatuses.usages
expand is an optional parameter that can be used when reading and updating statuses in Jira. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
JiraWorkflowStatus
(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 boolean
The description of the status.description
(String description) The description of the status.boolean
int
hashCode()
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.usages
expand is an optional parameter that can be used when reading and updating statuses in Jira.usages
(Set<ProjectIssueTypes> usages) Thestatuses.usages
expand 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.usages
expand 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.usages
expand 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.usages
expand 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.usages
expand 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
-