Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
Modifier and Type | Method and Description |
---|---|
ItemShippingDetailsDraftDsl |
ItemShippingDetailsDraftBuilder.build()
Creates a new instance of
ItemShippingDetailsDraftDsl with the values of this builder. |
static ItemShippingDetailsDraftDsl |
ItemShippingDetailsDraftDsl.of(ItemShippingDetailsDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static ItemShippingDetailsDraftDsl |
ItemShippingDetailsDraftDsl.of(List<ItemShippingTarget> targets)
Creates a new object initialized with the given values.
|
ItemShippingDetailsDraftDsl |
ItemShippingDetailsDraftDsl.withTargets(List<ItemShippingTarget> targets) |