Package | Description |
---|---|
io.sphere.sdk.shoppinglists |
Provides model classes and builders for shopping lists.
|
Modifier and Type | Method and Description |
---|---|
TextLineItemDraftDsl |
TextLineItemDraftBuilder.build()
Creates a new instance of
TextLineItemDraftDsl with the values of this builder. |
static TextLineItemDraftDsl |
TextLineItemDraftDsl.of(LocalizedString name,
Long quantity)
Creates a new object initialized with the given values.
|
static TextLineItemDraftDsl |
TextLineItemDraftDsl.of(TextLineItemDraft template)
Creates a new object initialized with the fields of the template parameter.
|
TextLineItemDraftDsl |
TextLineItemDraftDsl.withAddedAt(ZonedDateTime addedAt) |
TextLineItemDraftDsl |
TextLineItemDraftDsl.withCustom(CustomFieldsDraft custom) |
TextLineItemDraftDsl |
TextLineItemDraftDsl.withDescription(LocalizedString description) |
TextLineItemDraftDsl |
TextLineItemDraftDsl.withName(LocalizedString name) |
TextLineItemDraftDsl |
TextLineItemDraftDsl.withQuantity(Long quantity) |