Class MigrationResourceUpdateEntityPropertiesValuePutOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.MigrationResourceUpdateEntityPropertiesValuePutOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class MigrationResourceUpdateEntityPropertiesValuePutOperationSpec
extends Object
MigrationResourceUpdateEntityPropertiesValuePutSpec
Specification for the MigrationResourceUpdateEntityPropertiesValuePut operation.
Bulk update entity properties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMigrationResourceUpdateEntityPropertiesValuePutOperationSpec(Consumer<MigrationResourceUpdateEntityPropertiesValuePutOperationSpec> spec) Constructs a validated instance ofMigrationResourceUpdateEntityPropertiesValuePutOperationSpec.MigrationResourceUpdateEntityPropertiesValuePutOperationSpec(UUID atlassianTransferId, String entityType, List<EntityPropertyDetails> entityPropertyDetails) Constructs a validated instance ofMigrationResourceUpdateEntityPropertiesValuePutOperationSpec. -
Method Summary
Modifier and TypeMethodDescription@NotNull UUIDThe app migration transfer ID.atlassianTransferId(@NotNull UUID atlassianTransferId) The app migration transfer ID.builder()protected boolean@NotNull List<EntityPropertyDetails>entityPropertyDetails(@NotNull List<EntityPropertyDetails> entityPropertyDetails) @NotNull StringThe type indicating the object that contains the entity properties.entityType(@NotNull String entityType) The type indicating the object that contains the entity properties.booleaninthashCode()toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
MigrationResourceUpdateEntityPropertiesValuePutOperationSpec
@Internal public MigrationResourceUpdateEntityPropertiesValuePutOperationSpec(Consumer<MigrationResourceUpdateEntityPropertiesValuePutOperationSpec> spec) Constructs a validated instance ofMigrationResourceUpdateEntityPropertiesValuePutOperationSpec.- Parameters:
spec- the specification to process
-
MigrationResourceUpdateEntityPropertiesValuePutOperationSpec
@Internal public MigrationResourceUpdateEntityPropertiesValuePutOperationSpec(UUID atlassianTransferId, String entityType, List<EntityPropertyDetails> entityPropertyDetails) Constructs a validated instance ofMigrationResourceUpdateEntityPropertiesValuePutOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
atlassianTransferId- The app migration transfer ID.entityType- The type indicating the object that contains the entity properties.entityPropertyDetails-
-
MigrationResourceUpdateEntityPropertiesValuePutOperationSpec
protected MigrationResourceUpdateEntityPropertiesValuePutOperationSpec()
-
-
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. -
entityType
The type indicating the object that contains the entity properties. -
entityPropertyDetails
-
atlassianTransferId
public MigrationResourceUpdateEntityPropertiesValuePutOperationSpec atlassianTransferId(@NotNull @NotNull UUID atlassianTransferId) The app migration transfer ID.- Returns:
this.
-
entityType
public MigrationResourceUpdateEntityPropertiesValuePutOperationSpec entityType(@NotNull @NotNull String entityType) The type indicating the object that contains the entity properties.- Returns:
this.
-
entityPropertyDetails
public MigrationResourceUpdateEntityPropertiesValuePutOperationSpec entityPropertyDetails(@NotNull @NotNull List<EntityPropertyDetails> entityPropertyDetails) - Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-