public interface CartInStoreUpdateCommand extends UpdateCommandDsl<Cart,CartInStoreUpdateCommand>, MetaModelReferenceExpansionDsl<Cart,CartInStoreUpdateCommand,CartExpansionModel<Cart>>
Modifier and Type | Method and Description |
---|---|
static CartInStoreUpdateCommand |
of(String storeKey,
Versioned<Cart> versioned,
List<? extends UpdateAction<Cart>> updateActions) |
static CartInStoreUpdateCommand |
of(String storeKey,
Versioned<Cart> versioned,
UpdateAction<Cart> updateAction,
UpdateAction<Cart>... updateActions) |
plusUpdateActions, withAdditionalHttpQueryParameters, withUpdateActions, withVersion, withVersion
getUpdateActions
canDeserialize, deserialize, httpRequestIntent
plusExpansionPaths, withExpansionPaths
plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths
expansionPaths
static CartInStoreUpdateCommand of(String storeKey, Versioned<Cart> versioned, List<? extends UpdateAction<Cart>> updateActions)
@SafeVarargs static CartInStoreUpdateCommand of(String storeKey, Versioned<Cart> versioned, UpdateAction<Cart> updateAction, UpdateAction<Cart>... updateActions)