Class StatusesPerWorkflow
java.lang.Object
io.github.primelib.jira4j.restv2.model.StatusesPerWorkflow
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StatusesPerWorkflow
extends Object
StatusesPerWorkflow
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStatusesPerWorkflow(String initialStatusId, Set<String> statuses, String workflowId) Constructs a validated instance ofStatusesPerWorkflow.Constructs a validated instance ofStatusesPerWorkflow. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()The ID of the initial status for the workflow.initialStatusId(String initialStatusId) The ID of the initial status for the workflow.statuses()The status IDs associated with the workflow.The status IDs associated with the workflow.toString()The ID of the workflow.workflowId(String workflowId) The ID of the workflow.
-
Field Details
-
initialStatusId
The ID of the initial status for the workflow. -
statuses
The status IDs associated with the workflow. -
workflowId
The ID of the workflow.
-
-
Constructor Details
-
StatusesPerWorkflow
Constructs a validated instance ofStatusesPerWorkflow.- Parameters:
spec- the specification to process
-
StatusesPerWorkflow
@Internal public StatusesPerWorkflow(String initialStatusId, Set<String> statuses, String workflowId) Constructs a validated instance ofStatusesPerWorkflow.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
StatusesPerWorkflow(Consumer)instead.- Parameters:
initialStatusId- The ID of the initial status for the workflow.statuses- The status IDs associated with the workflow.workflowId- The ID of the workflow.
-
StatusesPerWorkflow
protected StatusesPerWorkflow()
-
-
Method Details
-
builder
-
initialStatusId
The ID of the initial status for the workflow. -
statuses
The status IDs associated with the workflow. -
workflowId
The ID of the workflow. -
initialStatusId
The ID of the initial status for the workflow.- Returns:
this.
-
statuses
The status IDs associated with the workflow.- Returns:
this.
-
workflowId
The ID of the workflow.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-