Klasse WorkflowStatus
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowStatus
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowStatus
extends Object
WorkflowStatus
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofWorkflowStatus
.WorkflowStatus
(Consumer<WorkflowStatus> spec) Constructs a validated instance ofWorkflowStatus
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
id()
The ID of the issue status.The ID of the issue status.name()
The name of the status in the workflow.The name of the status in the workflow.Additional properties that modify the behavior of issues in this status.properties
(Map<String, Object> properties) Additional properties that modify the behavior of issues in this status.toString()
-
Felddetails
-
id
The ID of the issue status. -
name
The name of the status in the workflow. -
properties
Additional properties that modify the behavior of issues in this status. Supports the propertiesjira.issue.editable
andissueEditable
(deprecated) that indicate whether issues are editable.
-
-
Konstruktordetails
-
WorkflowStatus
Constructs a validated instance ofWorkflowStatus
.- Parameter:
spec
- the specification to process
-
WorkflowStatus
Constructs a validated instance ofWorkflowStatus
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowStatus(Consumer)
instead.- Parameter:
id
- The ID of the issue status.name
- The name of the status in the workflow.properties
- Additional properties that modify the behavior of issues in this status. Supports the propertiesjira.issue.editable
andissueEditable
(deprecated) that indicate whether issues are editable.
-
WorkflowStatus
protected WorkflowStatus()
-
-
Methodendetails
-
builder
-
id
The ID of the issue status. -
name
The name of the status in the workflow. -
properties
Additional properties that modify the behavior of issues in this status. Supports the propertiesjira.issue.editable
andissueEditable
(deprecated) that indicate whether issues are editable. -
id
The ID of the issue status.- Gibt zurück:
this
.
-
name
The name of the status in the workflow.- Gibt zurück:
this
.
-
properties
Additional properties that modify the behavior of issues in this status. Supports the propertiesjira.issue.editable
andissueEditable
(deprecated) that indicate whether issues are editable.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-