Package | Description |
---|---|
io.sphere.sdk.shoppinglists.commands |
Provides types to change the state of shopping list methods.
|
Modifier and Type | Method and Description |
---|---|
static ShoppingListInStoreUpdateCommand |
ShoppingListInStoreUpdateCommand.of(Versioned<ShoppingList> versioned,
String storeKey,
List<? extends UpdateAction<ShoppingList>> updateActions) |
static ShoppingListInStoreUpdateCommand |
ShoppingListInStoreUpdateCommand.of(Versioned<ShoppingList> versioned,
String storeKey,
UpdateAction<ShoppingList> updateAction,
UpdateAction<ShoppingList>... updateActions) |
static ShoppingListInStoreUpdateCommand |
ShoppingListInStoreUpdateCommand.ofKey(String key,
Long version,
String storeKey,
List<? extends UpdateAction<ShoppingList>> updateActions) |
static ShoppingListInStoreUpdateCommand |
ShoppingListInStoreUpdateCommand.ofKey(String key,
Long version,
String storeKey,
UpdateAction<ShoppingList> updateAction) |