Class WorkflowId
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowId
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowId
extends Object
WorkflowId
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
WorkflowId
(Boolean draft, String name) Constructs a validated instance ofWorkflowId
.WorkflowId
(Consumer<WorkflowId> spec) Constructs a validated instance ofWorkflowId
. -
Method Summary
-
Field Details
-
draft
Whether the workflow is in the draft state. -
name
The name of the workflow.
-
-
Constructor Details
-
WorkflowId
Constructs a validated instance ofWorkflowId
.- Parameters:
spec
- the specification to process
-
WorkflowId
Constructs a validated instance ofWorkflowId
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowId(Consumer)
instead.- Parameters:
draft
- Whether the workflow is in the draft state.name
- The name of the workflow.
-
WorkflowId
protected WorkflowId()
-
-
Method Details
-
builder
-
draft
Whether the workflow is in the draft state. -
name
The name of the workflow. -
draft
Whether the workflow is in the draft state.- Returns:
this
.
-
name
The name of the workflow.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-