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.
|
Modifier and Type | Method and Description |
---|---|
ItemShippingTarget |
ItemShippingTargetBuilder.build()
Creates a new instance of
ItemShippingTarget with the values of this builder. |
Modifier and Type | Method and Description |
---|---|
List<ItemShippingTarget> |
ItemShippingDetails.getTargets() |
List<ItemShippingTarget> |
ItemShippingDetailsDraft.getTargets() |
List<ItemShippingTarget> |
ItemShippingDetailsDraftDsl.getTargets() |
List<ItemShippingTarget> |
ItemShippingDetailsDraftBuilder.getTargets() |
Modifier and Type | Method and Description |
---|---|
static ItemShippingTargetBuilder |
ItemShippingTargetBuilder.of(ItemShippingTarget template)
Creates a new object initialized with the fields of the template parameter.
|
ItemShippingDetailsDraftBuilder |
ItemShippingDetailsDraftBuilder.plusTargets(ItemShippingTarget targets)
Adds
targets parameter to the targets list property of this builder. |
Modifier and Type | Method and Description |
---|---|
static ItemShippingDetailsDraftDsl |
ItemShippingDetailsDraftDsl.of(List<ItemShippingTarget> targets)
Creates a new object initialized with the given values.
|
static ItemShippingDetailsDraftBuilder |
ItemShippingDetailsDraftBuilder.of(List<ItemShippingTarget> targets)
Creates a new object initialized with the given values.
|
ItemShippingDetailsDraftBuilder |
ItemShippingDetailsDraftBuilder.plusTargets(List<ItemShippingTarget> targets)
Concatenate
targets parameter to the targets list property of this builder. |
ItemShippingDetailsDraftBuilder |
ItemShippingDetailsDraftBuilder.targets(List<ItemShippingTarget> targets)
Sets the
targets property of this builder. |
ItemShippingDetailsDraftDsl |
ItemShippingDetailsDraftDsl.withTargets(List<ItemShippingTarget> targets) |
Modifier and Type | Method and Description |
---|---|
List<ItemShippingTarget> |
ApplyDeltaToCustomLineItemShippingDetailsTargets.getTargetsDelta() |
List<ItemShippingTarget> |
ApplyDeltaToLineItemShippingDetailsTargets.getTargetsDelta() |
Modifier and Type | Method and Description |
---|---|
static ApplyDeltaToCustomLineItemShippingDetailsTargets |
ApplyDeltaToCustomLineItemShippingDetailsTargets.of(String customLineItemId,
List<ItemShippingTarget> targetsDelta)
Creates a new object initialized with the given values.
|
static ApplyDeltaToLineItemShippingDetailsTargets |
ApplyDeltaToLineItemShippingDetailsTargets.of(String lineItemId,
List<ItemShippingTarget> targetsDelta)
Creates a new object initialized with the given values.
|