Class WorkflowStatus
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowStatus
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowStatus
extends Object
WorkflowStatus
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofWorkflowStatus.WorkflowStatus(Consumer<WorkflowStatus> spec) Constructs a validated instance ofWorkflowStatus. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()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()
-
Field Details
-
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.editableandissueEditable(deprecated) that indicate whether issues are editable.
-
-
Constructor Details
-
WorkflowStatus
Constructs a validated instance ofWorkflowStatus.- Parameters:
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.- Parameters:
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.editableandissueEditable(deprecated) that indicate whether issues are editable.
-
WorkflowStatus
protected WorkflowStatus()
-
-
Method Details
-
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.editableandissueEditable(deprecated) that indicate whether issues are editable. -
id
The ID of the issue status.- Returns:
this.
-
name
The name of the status in the workflow.- Returns:
this.
-
properties
Additional properties that modify the behavior of issues in this status. Supports the propertiesjira.issue.editableandissueEditable(deprecated) that indicate whether issues are editable.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-