Package | Description |
---|---|
io.sphere.sdk.shoppinglists |
Provides model classes and builders for shopping lists.
|
io.sphere.sdk.shoppinglists.commands |
Provides types to change the state of shopping list methods.
|
Modifier and Type | Class and Description |
---|---|
class |
ShoppingListDraftDsl
Dsl class for
ShoppingListDraft . |
Modifier and Type | Method and Description |
---|---|
static ShoppingListDraftDsl |
ShoppingListDraftDsl.of(ShoppingListDraft template)
Creates a new object initialized with the fields of the template parameter.
|
Modifier and Type | Method and Description |
---|---|
static ShoppingListCreateCommand |
ShoppingListCreateCommand.of(ShoppingListDraft draft)
Creates a command object to create a
ShoppingList . |
static ShoppingListInStoreCreateCommand |
ShoppingListInStoreCreateCommand.of(String storeKey,
ShoppingListDraft draft) |