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