public interface CustomerInStoreDeleteCommand extends MetaModelReferenceExpansionDsl<Customer,CustomerInStoreDeleteCommand,CustomerExpansionModel<Customer>>, DeleteCommand<Customer>
Modifier and Type | Method and Description |
---|---|
static CustomerInStoreDeleteCommand |
of(String storeKey,
Versioned<Customer> versioned) |
static CustomerInStoreDeleteCommand |
of(String storeKey,
Versioned<Customer> versioned,
boolean eraseData) |
static CustomerInStoreDeleteCommand |
ofKey(String storeKey,
String key,
Long version) |
static CustomerInStoreDeleteCommand |
ofKey(String storeKey,
String key,
Long version,
boolean eraseData) |
plusExpansionPaths, withExpansionPaths
plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths
expansionPaths
canDeserialize, deserialize, httpRequestIntent
static CustomerInStoreDeleteCommand of(String storeKey, Versioned<Customer> versioned)
static CustomerInStoreDeleteCommand of(String storeKey, Versioned<Customer> versioned, boolean eraseData)
static CustomerInStoreDeleteCommand ofKey(String storeKey, String key, Long version)
static CustomerInStoreDeleteCommand ofKey(String storeKey, String key, Long version, boolean eraseData)