public interface OrderInStoreUpdateByOrderNumberCommand extends UpdateCommandDsl<Order,OrderInStoreUpdateByOrderNumberCommand>, MetaModelReferenceExpansionDsl<Order,OrderInStoreUpdateByOrderNumberCommand,OrderExpansionModel<Order>>
Modifier and Type | Method and Description |
---|---|
static OrderInStoreUpdateByOrderNumberCommand |
of(String storeKey,
String orderNumber,
Long version,
List<UpdateAction<Order>> updateActions) |
static OrderInStoreUpdateByOrderNumberCommand |
of(String storeKey,
String orderNumber,
Long version,
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, String orderNumber, Long version, List<UpdateAction<Order>> updateActions)
@SafeVarargs static OrderInStoreUpdateByOrderNumberCommand of(String storeKey, String orderNumber, Long version, UpdateAction<Order> updateAction, UpdateAction<Order>... updateActions)