| Package | Description |
|---|---|
| io.sphere.sdk.shoppinglists |
Provides model classes and builders for shopping lists.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TextLineItemDraftDsl
Dsl class for
TextLineItemDraft. |
| Modifier and Type | Method and Description |
|---|---|
List<TextLineItemDraft> |
ShoppingListDraft.getTextLineItems() |
List<TextLineItemDraft> |
ShoppingListDraftDsl.getTextLineItems() |
| Modifier and Type | Method and Description |
|---|---|
static TextLineItemDraftBuilder |
TextLineItemDraftBuilder.of(TextLineItemDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static TextLineItemDraftDsl |
TextLineItemDraftDsl.of(TextLineItemDraft template)
Creates a new object initialized with the fields of the template parameter.
|
| Modifier and Type | Method and Description |
|---|---|
ShoppingListDraftDsl |
ShoppingListDraftDsl.withTextLineItems(List<TextLineItemDraft> textLineItems) |