Klasse 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
-
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
MigrationResourceUpdateEntityPropertiesValuePutOperationSpec
(Consumer<MigrationResourceUpdateEntityPropertiesValuePutOperationSpec> spec) Constructs a validated instance ofMigrationResourceUpdateEntityPropertiesValuePutOperationSpec
.MigrationResourceUpdateEntityPropertiesValuePutOperationSpec
(UUID atlassianTransferId, String entityType, List<EntityPropertyDetails> entityPropertyDetails) Constructs a validated instance ofMigrationResourceUpdateEntityPropertiesValuePutOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull UUID
The 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 String
The type indicating the object that contains the entity properties.entityType
(@NotNull String entityType) The type indicating the object that contains the entity properties.boolean
int
hashCode()
toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
MigrationResourceUpdateEntityPropertiesValuePutOperationSpec
@Internal public MigrationResourceUpdateEntityPropertiesValuePutOperationSpec(Consumer<MigrationResourceUpdateEntityPropertiesValuePutOperationSpec> spec) Constructs a validated instance ofMigrationResourceUpdateEntityPropertiesValuePutOperationSpec
.- Parameter:
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.
- Parameter:
atlassianTransferId
- The app migration transfer ID.entityType
- The type indicating the object that contains the entity properties.entityPropertyDetails
-
-
MigrationResourceUpdateEntityPropertiesValuePutOperationSpec
protected MigrationResourceUpdateEntityPropertiesValuePutOperationSpec()
-
-
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. -
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.- Gibt zurück:
this
.
-
entityType
public MigrationResourceUpdateEntityPropertiesValuePutOperationSpec entityType(@NotNull @NotNull String entityType) The type indicating the object that contains the entity properties.- Gibt zurück:
this
.
-
entityPropertyDetails
public MigrationResourceUpdateEntityPropertiesValuePutOperationSpec entityPropertyDetails(@NotNull @NotNull List<EntityPropertyDetails> entityPropertyDetails) - Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-