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