public interface CustomerInStoreUpdateCommand extends UpdateCommandDsl<Customer,CustomerInStoreUpdateCommand>, MetaModelReferenceExpansionDsl<Customer,CustomerInStoreUpdateCommand,CustomerExpansionModel<Customer>>
| Modifier and Type | Method and Description |
|---|---|
static CustomerInStoreUpdateCommand |
of(Versioned<Customer> versioned,
String storeKey,
List<? extends UpdateAction<Customer>> updateActions) |
static CustomerInStoreUpdateCommand |
of(Versioned<Customer> versioned,
String storeKey,
UpdateAction<Customer> updateAction,
UpdateAction<Customer>... updateActions) |
static CustomerInStoreUpdateCommand |
ofKey(String key,
Long version,
String storeKey,
List<? extends UpdateAction<Customer>> updateActions) |
static CustomerInStoreUpdateCommand |
ofKey(String key,
Long version,
String storeKey,
UpdateAction<Customer> updateAction) |
plusUpdateActions, withAdditionalHttpQueryParameters, withUpdateActions, withVersion, withVersiongetUpdateActionscanDeserialize, deserialize, httpRequestIntentplusExpansionPaths, withExpansionPathsplusExpansionPaths, plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPathsexpansionPathsstatic CustomerInStoreUpdateCommand of(Versioned<Customer> versioned, String storeKey, List<? extends UpdateAction<Customer>> updateActions)
@SafeVarargs static CustomerInStoreUpdateCommand of(Versioned<Customer> versioned, String storeKey, UpdateAction<Customer> updateAction, UpdateAction<Customer>... updateActions)
static CustomerInStoreUpdateCommand ofKey(String key, Long version, String storeKey, List<? extends UpdateAction<Customer>> updateActions)
static CustomerInStoreUpdateCommand ofKey(String key, Long version, String storeKey, UpdateAction<Customer> updateAction)