Klasse UpdateDraftWorkflowMappingOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.UpdateDraftWorkflowMappingOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateDraftWorkflowMappingOperationSpec
extends Object
UpdateDraftWorkflowMappingSpec
Specification for the UpdateDraftWorkflowMapping operation.
Set 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateDraftWorkflowMappingOperationSpec(Long id, String workflowName, IssueTypesWorkflowMapping issueTypesWorkflowMapping) Constructs a validated instance ofUpdateDraftWorkflowMappingOperationSpec.Constructs a validated instance ofUpdateDraftWorkflowMappingOperationSpec. -
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.@NotNull IssueTypesWorkflowMappingissueTypesWorkflowMapping(@NotNull IssueTypesWorkflowMapping issueTypesWorkflowMapping) 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
-
UpdateDraftWorkflowMappingOperationSpec
@Internal public UpdateDraftWorkflowMappingOperationSpec(Consumer<UpdateDraftWorkflowMappingOperationSpec> spec) Constructs a validated instance ofUpdateDraftWorkflowMappingOperationSpec.- Parameter:
spec- the specification to process
-
UpdateDraftWorkflowMappingOperationSpec
@Internal public UpdateDraftWorkflowMappingOperationSpec(Long id, String workflowName, IssueTypesWorkflowMapping issueTypesWorkflowMapping) Constructs a validated instance ofUpdateDraftWorkflowMappingOperationSpec.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.issueTypesWorkflowMapping-
-
UpdateDraftWorkflowMappingOperationSpec
protected UpdateDraftWorkflowMappingOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static UpdateDraftWorkflowMappingOperationSpec.UpdateDraftWorkflowMappingOperationSpecBuilder builder() -
id
The ID of the workflow scheme that the draft belongs to. -
workflowName
The name of the workflow. -
issueTypesWorkflowMapping
-
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.
-
issueTypesWorkflowMapping
public UpdateDraftWorkflowMappingOperationSpec issueTypesWorkflowMapping(@NotNull @NotNull IssueTypesWorkflowMapping issueTypesWorkflowMapping) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-