Klasse DefaultWorkflow
java.lang.Object
io.github.primelib.jira4j.restv2.model.DefaultWorkflow
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DefaultWorkflow
extends Object
DefaultWorkflow
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
DefaultWorkflow
(Boolean updateDraftIfNeeded, String workflow) Constructs a validated instance ofDefaultWorkflow
.Constructs a validated instance ofDefaultWorkflow
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
DefaultWorkflow
Constructs a validated instance ofDefaultWorkflow
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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
.- Gibt zurück:
this
.
-
workflow
The name of the workflow to set as the default workflow.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-