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.orders |
Provides model classes and builders for orders.
|
io.sphere.sdk.orders.commands.updateactions |
Provides the possible operations which can be performed on update commands for orders.
|
Modifier and Type | Class and Description |
---|---|
class |
ItemShippingDetailsDraftDsl
Dsl class for
ItemShippingDetailsDraft . |
Modifier and Type | Method and Description |
---|---|
ItemShippingDetailsDraft |
CustomLineItemDraft.getShippingDetails()
Container for the sub-quantity of the line item quantity for the specific address when multiple shipping addresses are required.
|
ItemShippingDetailsDraft |
LineItemDraft.getShippingDetails()
Container for the sub-quantity of the line item quantity for the specific address
when multiple shipping addresses are required.
|
Modifier and Type | Method and Description |
---|---|
static ItemShippingDetailsDraftDsl |
ItemShippingDetailsDraftDsl.of(ItemShippingDetailsDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static ItemShippingDetailsDraftBuilder |
ItemShippingDetailsDraftBuilder.of(ItemShippingDetailsDraft template)
Creates a new object initialized with the fields of the template parameter.
|
Modifier and Type | Method and Description |
---|---|
ItemShippingDetailsDraft |
AddLineItem.getShippingDetails() |
ItemShippingDetailsDraft |
SetLineItemShippingDetails.getShippingDetails() |
ItemShippingDetailsDraft |
SetCustomLineItemShippingDetails.getShippingDetails() |
Modifier and Type | Method and Description |
---|---|
static SetLineItemShippingDetails |
SetLineItemShippingDetails.of(String lineItemId,
ItemShippingDetailsDraft shippingDetails)
Creates a new object initialized with the given values.
|
static SetCustomLineItemShippingDetails |
SetCustomLineItemShippingDetails.of(String customLineItemId,
ItemShippingDetailsDraft shippingDetails)
Creates a new object initialized with the given values.
|
Modifier and Type | Method and Description |
---|---|
ItemShippingDetailsDraft |
SetLineItemShippingDetails.getShippingDetails() |
ItemShippingDetailsDraft |
AddLineItem.getShippingDetails() |
ItemShippingDetailsDraft |
RemoveLineItem.getShippingDetailsToRemove() |
Modifier and Type | Method and Description |
---|---|
static SetLineItemShippingDetails |
SetLineItemShippingDetails.of(String lineItemId,
ItemShippingDetailsDraft shippingDetails) |
static RemoveLineItem |
RemoveLineItem.of(String lineItemId,
Long quantity,
javax.money.MonetaryAmount externalPrice,
ExternalLineItemTotalPrice externalTotalPrice,
ItemShippingDetailsDraft shippingDetailsToRemove)
Creates a new object initialized with the given values.
|
RemoveLineItem |
RemoveLineItem.withShippingDetailsToRemove(ItemShippingDetailsDraft shippingDetailsToRemove)
Creates a copied update action initialized with the given parameter, the rest of the parameters are copied from the original object.
|
Modifier and Type | Method and Description |
---|---|
ItemShippingDetailsDraft |
CustomLineItemImportDraft.getShippingDetails()
Container for the sub-quantity of the line item quantity for the specific address when multiple shipping addresses are required
|
ItemShippingDetailsDraft |
LineItemImportDraft.getShippingDetails() |
Modifier and Type | Method and Description |
---|---|
static CustomLineItemImportDraftBuilder |
CustomLineItemImportDraftBuilder.of(LocalizedString name,
long quantity,
javax.money.MonetaryAmount money,
Referenceable<TaxCategory> taxCategory,
CustomFieldsDraft custom,
ItemShippingDetailsDraft shippingDetails) |
static CustomLineItemImportDraftBuilder |
CustomLineItemImportDraftBuilder.of(LocalizedString name,
long quantity,
javax.money.MonetaryAmount money,
Referenceable<TaxCategory> taxCategory,
ItemShippingDetailsDraft shippingDetails) |
LineItemImportDraftBuilder |
LineItemImportDraftBuilder.shippingDetails(ItemShippingDetailsDraft shippingDetails) |
Modifier and Type | Method and Description |
---|---|
ItemShippingDetailsDraft |
SetLineItemShippingDetails.getShippingDetails() |
ItemShippingDetailsDraft |
SetCustomLineItemShippingDetails.getShippingDetails() |
Modifier and Type | Method and Description |
---|---|
static SetLineItemShippingDetails |
SetLineItemShippingDetails.of(String lineItemId,
ItemShippingDetailsDraft shippingDetails)
Creates a new object initialized with the given values.
|
static SetCustomLineItemShippingDetails |
SetCustomLineItemShippingDetails.of(String customLineItemId,
ItemShippingDetailsDraft shippingDetails)
Creates a new object initialized with the given values.
|