public interface ProductUpdateCommand extends UpdateCommandDsl<Product,ProductUpdateCommand>, MetaModelReferenceExpansionDsl<Product,ProductUpdateCommand,ProductExpansionModel<Product>>, PriceSelectionRequestDsl<ProductUpdateCommand>
Known UpdateActions
Modifier and Type | Method and Description |
---|---|
static ProductUpdateCommand |
of(Versioned<Product> versioned,
List<? extends UpdateAction<Product>> updateActions) |
static ProductUpdateCommand |
of(Versioned<Product> versioned,
UpdateAction<Product> updateAction,
UpdateAction<Product>... updateActions) |
static ProductUpdateCommand |
ofKey(String key,
Long version,
List<? extends UpdateAction<Product>> updateActions) |
static ProductUpdateCommand |
ofKey(String key,
Long version,
UpdateAction<Product> updateAction) |
plusUpdateActions, withAdditionalHttpQueryParameters, withUpdateActions, withVersion, withVersion
getUpdateActions
canDeserialize, deserialize, httpRequestIntent
plusExpansionPaths, withExpansionPaths
plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths
expansionPaths
getPriceSelection, withPriceSelection
static ProductUpdateCommand of(Versioned<Product> versioned, UpdateAction<Product> updateAction, UpdateAction<Product>... updateActions)
static ProductUpdateCommand of(Versioned<Product> versioned, List<? extends UpdateAction<Product>> updateActions)
static ProductUpdateCommand ofKey(String key, Long version, List<? extends UpdateAction<Product>> updateActions)
static ProductUpdateCommand ofKey(String key, Long version, UpdateAction<Product> updateAction)