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