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