Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
io.sphere.sdk.products |
Provides model classes and builders for products.
|
io.sphere.sdk.shoppinglists |
Provides model classes and builders for shopping lists.
|
Modifier and Type | Method and Description |
---|---|
static LineItemDraftBuilder |
LineItemDraftBuilder.ofSkuVariantIdentifier(BySkuVariantIdentifier skuVariantIdentifier,
Long quantity)
Creates a new object initialized with the given values.
|
Modifier and Type | Method and Description |
---|---|
static BySkuVariantIdentifier |
BySkuVariantIdentifier.of(String sku) |
Modifier and Type | Method and Description |
---|---|
static LineItemDraftBuilder |
LineItemDraftBuilder.ofSkuVariantIdentifier(BySkuVariantIdentifier skuVariantIdentifier,
Long quantity)
Creates a new object initialized with the given values.
|