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