Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
Modifier and Type | Method and Description |
---|---|
LineItemDraftBuilder |
LineItemDraftBuilder.distributionChannel(Referenceable<Channel> distributionChannel) |
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.
|
LineItemDraftBuilder |
LineItemDraftBuilder.supplyChannel(Referenceable<Channel> supplyChannel) |