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, withVersion
getUpdateActions
canDeserialize, deserialize, httpRequestIntent
plusExpansionPaths, withExpansionPaths
plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths
expansionPaths
static 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)