Class MigrationResourceWorkflowRuleSearchPostOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.MigrationResourceWorkflowRuleSearchPostOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class MigrationResourceWorkflowRuleSearchPostOperationSpec
extends Object
MigrationResourceWorkflowRuleSearchPostSpec
Specification for the MigrationResourceWorkflowRuleSearchPost operation.
Get workflow transition rule configurations
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
MigrationResourceWorkflowRuleSearchPostOperationSpec
(Consumer<MigrationResourceWorkflowRuleSearchPostOperationSpec> spec) Constructs a validated instance ofMigrationResourceWorkflowRuleSearchPostOperationSpec
.MigrationResourceWorkflowRuleSearchPostOperationSpec
(UUID atlassianTransferId, WorkflowRulesSearch workflowRulesSearch) Constructs a validated instance ofMigrationResourceWorkflowRuleSearchPostOperationSpec
. -
Method Summary
Modifier and TypeMethodDescription@NotNull UUID
The app migration transfer ID.atlassianTransferId
(@NotNull UUID atlassianTransferId) The app migration transfer ID.builder()
protected boolean
boolean
int
hashCode()
toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing@NotNull WorkflowRulesSearch
workflowRulesSearch
(@NotNull WorkflowRulesSearch workflowRulesSearch)
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
MigrationResourceWorkflowRuleSearchPostOperationSpec
@Internal public MigrationResourceWorkflowRuleSearchPostOperationSpec(Consumer<MigrationResourceWorkflowRuleSearchPostOperationSpec> spec) Constructs a validated instance ofMigrationResourceWorkflowRuleSearchPostOperationSpec
.- Parameters:
spec
- the specification to process
-
MigrationResourceWorkflowRuleSearchPostOperationSpec
@Internal public MigrationResourceWorkflowRuleSearchPostOperationSpec(UUID atlassianTransferId, WorkflowRulesSearch workflowRulesSearch) Constructs a validated instance ofMigrationResourceWorkflowRuleSearchPostOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
atlassianTransferId
- The app migration transfer ID.workflowRulesSearch
-
-
MigrationResourceWorkflowRuleSearchPostOperationSpec
protected MigrationResourceWorkflowRuleSearchPostOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
atlassianTransferId
The app migration transfer ID. -
workflowRulesSearch
-
atlassianTransferId
public MigrationResourceWorkflowRuleSearchPostOperationSpec atlassianTransferId(@NotNull @NotNull UUID atlassianTransferId) The app migration transfer ID.- Returns:
this
.
-
workflowRulesSearch
public MigrationResourceWorkflowRuleSearchPostOperationSpec workflowRulesSearch(@NotNull @NotNull WorkflowRulesSearch workflowRulesSearch) - Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-