Klasse 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
-
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
MigrationResourceWorkflowRuleSearchPostOperationSpec
(Consumer<MigrationResourceWorkflowRuleSearchPostOperationSpec> spec) Constructs a validated instance ofMigrationResourceWorkflowRuleSearchPostOperationSpec
.MigrationResourceWorkflowRuleSearchPostOperationSpec
(UUID atlassianTransferId, WorkflowRulesSearch workflowRulesSearch) Constructs a validated instance ofMigrationResourceWorkflowRuleSearchPostOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@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)
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
MigrationResourceWorkflowRuleSearchPostOperationSpec
@Internal public MigrationResourceWorkflowRuleSearchPostOperationSpec(Consumer<MigrationResourceWorkflowRuleSearchPostOperationSpec> spec) Constructs a validated instance ofMigrationResourceWorkflowRuleSearchPostOperationSpec
.- Parameter:
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.
- Parameter:
atlassianTransferId
- The app migration transfer ID.workflowRulesSearch
-
-
MigrationResourceWorkflowRuleSearchPostOperationSpec
protected MigrationResourceWorkflowRuleSearchPostOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
atlassianTransferId
The app migration transfer ID. -
workflowRulesSearch
-
atlassianTransferId
public MigrationResourceWorkflowRuleSearchPostOperationSpec atlassianTransferId(@NotNull @NotNull UUID atlassianTransferId) The app migration transfer ID.- Gibt zurück:
this
.
-
workflowRulesSearch
public MigrationResourceWorkflowRuleSearchPostOperationSpec workflowRulesSearch(@NotNull @NotNull WorkflowRulesSearch workflowRulesSearch) - Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-