Package | Description |
---|---|
io.sphere.sdk.shoppinglists.commands |
Provides types to change the state of shopping list methods.
|
Modifier and Type | Method and Description |
---|---|
static ShoppingListInStoreDeleteCommand |
ShoppingListInStoreDeleteCommand.of(String storeKey,
Versioned<ShoppingList> versioned) |
static ShoppingListInStoreDeleteCommand |
ShoppingListInStoreDeleteCommand.of(String storeKey,
Versioned<ShoppingList> versioned,
boolean eraseData) |
static ShoppingListInStoreDeleteCommand |
ShoppingListInStoreDeleteCommand.ofKey(String storeKey,
String key,
Long version) |
static ShoppingListInStoreDeleteCommand |
ShoppingListInStoreDeleteCommand.ofKey(String storeKey,
String key,
Long version,
boolean eraseData) |