Package | Description |
---|---|
io.sphere.sdk.shoppinglists |
Provides model classes and builders for shopping lists.
|
io.sphere.sdk.shoppinglists.commands.updateactions |
Provides the possible operations which can be performed on update commands for shopping list methods.
|
Modifier and Type | Class and Description |
---|---|
class |
LineItemDraftDsl
Dsl class for
LineItemDraft . |
Modifier and Type | Method and Description |
---|---|
List<LineItemDraft> |
ShoppingListDraft.getLineItems() |
List<LineItemDraft> |
ShoppingListDraftDsl.getLineItems() |
Modifier and Type | Method and Description |
---|---|
static LineItemDraftDsl |
LineItemDraftDsl.of(LineItemDraft template)
Creates a new object initialized with the fields of the template parameter.
|
Modifier and Type | Method and Description |
---|---|
ShoppingListDraftDsl |
ShoppingListDraftDsl.withLineItems(List<LineItemDraft> lineItems) |
Modifier and Type | Method and Description |
---|---|
static AddLineItem |
AddLineItem.of(LineItemDraft draft) |