public interface PaymentUpdateCommand extends UpdateCommandDsl<Payment,PaymentUpdateCommand>, MetaModelReferenceExpansionDsl<Payment,PaymentUpdateCommand,PaymentExpansionModel<Payment>>
Known UpdateActions
Payment
Modifier and Type | Method and Description |
---|---|
static PaymentUpdateCommand |
of(Versioned<Payment> versioned,
List<? extends UpdateAction<Payment>> updateActions)
Creates a command to update a Payment selected by its ID using several update actions.
|
static PaymentUpdateCommand |
of(Versioned<Payment> versioned,
UpdateAction<Payment> updateAction)
Creates a command to update a Payment selected by its ID using one update action.
|
withVersion, withVersion
getUpdateActions
canDeserialize, deserialize, httpRequestIntent
plusExpansionPaths, withExpansionPaths
plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths
expansionPaths
static PaymentUpdateCommand of(Versioned<Payment> versioned, List<? extends UpdateAction<Payment>> updateActions)
versioned
- the object to update (so directly a Payment
) or just the version/ID information of itupdateActions
- the updatesstatic PaymentUpdateCommand of(Versioned<Payment> versioned, UpdateAction<Payment> updateAction)
versioned
- the object to update (so directly a Payment
) or just the version/ID information of itupdateAction
- the update to perform