Klasse UpdateDraftDefaultWorkflowOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.UpdateDraftDefaultWorkflowOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateDraftDefaultWorkflowOperationSpec
extends Object
UpdateDraftDefaultWorkflowSpec
Specification for the UpdateDraftDefaultWorkflow operation.
Update draft default workflow
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
UpdateDraftDefaultWorkflowOperationSpec
(Long id, DefaultWorkflow defaultWorkflow) Constructs a validated instance ofUpdateDraftDefaultWorkflowOperationSpec
.Constructs a validated instance ofUpdateDraftDefaultWorkflowOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
@NotNull DefaultWorkflow
The object for the new default workflow.defaultWorkflow
(@NotNull DefaultWorkflow defaultWorkflow) The object for the new default workflow.boolean
int
hashCode()
@NotNull Long
id()
The ID of the workflow scheme that the draft belongs to.The ID of the workflow scheme that the draft belongs to.toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
UpdateDraftDefaultWorkflowOperationSpec
@Internal public UpdateDraftDefaultWorkflowOperationSpec(Consumer<UpdateDraftDefaultWorkflowOperationSpec> spec) Constructs a validated instance ofUpdateDraftDefaultWorkflowOperationSpec
.- Parameter:
spec
- the specification to process
-
UpdateDraftDefaultWorkflowOperationSpec
Constructs a validated instance ofUpdateDraftDefaultWorkflowOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id
- The ID of the workflow scheme that the draft belongs to.defaultWorkflow
- The object for the new default workflow.
-
UpdateDraftDefaultWorkflowOperationSpec
protected UpdateDraftDefaultWorkflowOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static UpdateDraftDefaultWorkflowOperationSpec.UpdateDraftDefaultWorkflowOperationSpecBuilder builder() -
id
The ID of the workflow scheme that the draft belongs to. -
defaultWorkflow
The object for the new default workflow. -
id
The ID of the workflow scheme that the draft belongs to.- Gibt zurück:
this
.
-
defaultWorkflow
public UpdateDraftDefaultWorkflowOperationSpec defaultWorkflow(@NotNull @NotNull DefaultWorkflow defaultWorkflow) The object for the new default workflow.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-