Klasse DeleteDraftWorkflowMappingOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.DeleteDraftWorkflowMappingOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteDraftWorkflowMappingOperationSpec
extends Object
DeleteDraftWorkflowMappingSpec
Specification for the DeleteDraftWorkflowMapping operation.
Delete issue types for workflow in draft 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDeleteDraftWorkflowMappingOperationSpec(Long id, String workflowName) Constructs a validated instance ofDeleteDraftWorkflowMappingOperationSpec.Constructs a validated instance ofDeleteDraftWorkflowMappingOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull Longid()The ID of the workflow scheme that the draft belongs to.The ID of the workflow scheme that the draft belongs to.toString()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
-
DeleteDraftWorkflowMappingOperationSpec
@Internal public DeleteDraftWorkflowMappingOperationSpec(Consumer<DeleteDraftWorkflowMappingOperationSpec> spec) Constructs a validated instance ofDeleteDraftWorkflowMappingOperationSpec.- Parameter:
spec- the specification to process
-
DeleteDraftWorkflowMappingOperationSpec
Constructs a validated instance ofDeleteDraftWorkflowMappingOperationSpec.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.workflowName- The name of the workflow.
-
DeleteDraftWorkflowMappingOperationSpec
protected DeleteDraftWorkflowMappingOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static DeleteDraftWorkflowMappingOperationSpec.DeleteDraftWorkflowMappingOperationSpecBuilder builder() -
id
The ID of the workflow scheme that the draft belongs to. -
workflowName
The name of the workflow. -
id
The ID of the workflow scheme that the draft belongs to.- Gibt zurück:
this.
-
workflowName
The name of the workflow.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-