Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
io.sphere.sdk.carts.commands.updateactions |
Provides the possible operations which can be performed on update commands for carts.
|
io.sphere.sdk.orderedits.commands.stagedactions | |
io.sphere.sdk.products |
Provides model classes and builders for products.
|
io.sphere.sdk.products.queries |
Provides types to retrieve the state of products.
|
io.sphere.sdk.shoppinglists.commands.updateactions |
Provides the possible operations which can be performed on update commands for shopping list methods.
|
Modifier and Type | Method and Description |
---|---|
static LineItemDraftDsl |
LineItemDraft.of(ProductIdentifiable product,
Integer variantId,
long quantity) |
Modifier and Type | Method and Description |
---|---|
static AddLineItem |
AddLineItem.of(ProductIdentifiable product,
int variantId,
long quantity) |
Modifier and Type | Method and Description |
---|---|
static AddLineItem |
AddLineItem.of(ProductIdentifiable product,
int variantId,
long quantity) |
Modifier and Type | Interface and Description |
---|---|
interface |
Product
A sellable good.
|
interface |
ProductLike<T,O> |
interface |
ProductProjection
A projected representation of a product shows the product with its current or staged data.
|
Modifier and Type | Method and Description |
---|---|
static ProductProjectionByIdGet |
ProductProjectionByIdGet.of(ProductIdentifiable product,
ProductProjectionType projectionType) |
static ProductProjectionByIdGet |
ProductProjectionByIdGet.ofCurrent(ProductIdentifiable product) |
static ProductProjectionByIdGet |
ProductProjectionByIdGet.ofStaged(ProductIdentifiable product) |
Modifier and Type | Method and Description |
---|---|
static AddLineItem |
AddLineItem.of(ProductIdentifiable product) |