Package | Description |
---|---|
io.sphere.sdk.shoppinglists |
Provides model classes and builders for shopping lists.
|
Modifier and Type | Method and Description |
---|---|
LineItemDraftBuilder |
LineItemDraftBuilder.custom(CustomFields custom)
Deprecated.
This method will be removed be removed with the next major SDK update.
Please use the
LineItemDraftBuilderBase.custom(CustomFieldsDraft) method instead. |
LineItemDraftBuilder |
LineItemDraftDsl.newBuilder()
Creates a new builder with the values of this object.
|
static LineItemDraftBuilder |
LineItemDraftBuilder.ofSkuVariantIdentifier(BySkuVariantIdentifier skuVariantIdentifier,
Long quantity)
Creates a new object initialized with the given values.
|
static LineItemDraftBuilder |
LineItemDraftBuilder.ofVariantIdentifier(ByIdVariantIdentifier variantIdentifier,
Long quantity)
Creates a new object initialized with the given values.
|