Class DefaultWorkflow
java.lang.Object
io.github.primelib.jira4j.restv3.model.DefaultWorkflow
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DefaultWorkflow
extends Object
DefaultWorkflow
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DefaultWorkflow
(Boolean updateDraftIfNeeded, String workflow) Constructs a validated instance ofDefaultWorkflow
.Constructs a validated instance ofDefaultWorkflow
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
toString()
Whether a draft workflow scheme is created or updated when updating an active workflow scheme.updateDraftIfNeeded
(Boolean updateDraftIfNeeded) Whether a draft workflow scheme is created or updated when updating an active workflow scheme.workflow()
The name of the workflow to set as the default workflow.The name of the workflow to set as the default workflow.
-
Field Details
-
updateDraftIfNeeded
Whether a draft workflow scheme is created or updated when updating an active workflow scheme. The draft is updated with the new default workflow. Defaults tofalse
. -
workflow
The name of the workflow to set as the default workflow.
-
-
Constructor Details
-
DefaultWorkflow
Constructs a validated instance ofDefaultWorkflow
.- Parameters:
spec
- the specification to process
-
DefaultWorkflow
Constructs a validated instance ofDefaultWorkflow
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
DefaultWorkflow(Consumer)
instead.- Parameters:
updateDraftIfNeeded
- Whether a draft workflow scheme is created or updated when updating an active workflow scheme. The draft is updated with the new default workflow. Defaults tofalse
.workflow
- The name of the workflow to set as the default workflow.
-
DefaultWorkflow
protected DefaultWorkflow()
-
-
Method Details
-
builder
-
updateDraftIfNeeded
Whether a draft workflow scheme is created or updated when updating an active workflow scheme. The draft is updated with the new default workflow. Defaults tofalse
. -
workflow
The name of the workflow to set as the default workflow. -
updateDraftIfNeeded
Whether a draft workflow scheme is created or updated when updating an active workflow scheme. The draft is updated with the new default workflow. Defaults tofalse
.- Returns:
this
.
-
workflow
The name of the workflow to set as the default workflow.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-