Klasse DeleteWorkflowMappingOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteWorkflowMappingOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteWorkflowMappingOperationSpec
extends Object
DeleteWorkflowMappingSpec
Specification for the DeleteWorkflowMapping operation.
Delete issue types for workflow in workflow scheme
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDeleteWorkflowMappingOperationSpec(Long id, String workflowName, Boolean updateDraftIfNeeded) Constructs a validated instance ofDeleteWorkflowMappingOperationSpec.Constructs a validated instance ofDeleteWorkflowMappingOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull Longid()The ID of the workflow scheme.The ID of the workflow scheme.toString()@Nullable BooleanSet to true to create or update the draft of a workflow scheme and delete the mapping from the draft, when the workflow scheme cannot be edited.updateDraftIfNeeded(@Nullable Boolean updateDraftIfNeeded) Set to true to create or update the draft of a workflow scheme and delete the mapping from the draft, when the workflow scheme cannot be edited.voidvalidate()Validates the Spec, will throw a exception if required parameters are missing@NotNull StringThe name of the workflow.workflowName(@NotNull String workflowName) The name of the workflow.
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
DeleteWorkflowMappingOperationSpec
@Internal public DeleteWorkflowMappingOperationSpec(Consumer<DeleteWorkflowMappingOperationSpec> spec) Constructs a validated instance ofDeleteWorkflowMappingOperationSpec.- Parameter:
spec- the specification to process
-
DeleteWorkflowMappingOperationSpec
@Internal public DeleteWorkflowMappingOperationSpec(Long id, String workflowName, Boolean updateDraftIfNeeded) Constructs a validated instance ofDeleteWorkflowMappingOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the workflow scheme.workflowName- The name of the workflow.updateDraftIfNeeded- Set to true to create or update the draft of a workflow scheme and delete the mapping from the draft, when the workflow scheme cannot be edited. Defaults tofalse.
-
DeleteWorkflowMappingOperationSpec
protected DeleteWorkflowMappingOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static DeleteWorkflowMappingOperationSpec.DeleteWorkflowMappingOperationSpecBuilder builder() -
id
The ID of the workflow scheme. -
workflowName
The name of the workflow. -
updateDraftIfNeeded
Set to true to create or update the draft of a workflow scheme and delete the mapping from the draft, when the workflow scheme cannot be edited. Defaults tofalse. -
id
The ID of the workflow scheme.- Gibt zurück:
this.
-
workflowName
The name of the workflow.- Gibt zurück:
this.
-
updateDraftIfNeeded
public DeleteWorkflowMappingOperationSpec updateDraftIfNeeded(@Nullable @Nullable Boolean updateDraftIfNeeded) Set to true to create or update the draft of a workflow scheme and delete the mapping from the draft, when the workflow scheme cannot be edited. Defaults tofalse.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-