Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
Modifier and Type | Method and Description |
---|---|
ItemShippingTargetBuilder |
ItemShippingTargetBuilder.addressKey(String addressKey)
Sets the
addressKey property of this builder. |
static ItemShippingTargetBuilder |
ItemShippingTargetBuilder.of(ItemShippingTarget template)
Creates a new object initialized with the fields of the template parameter.
|
static ItemShippingTargetBuilder |
ItemShippingTargetBuilder.of(String addressKey,
Long quantity)
Creates a new object initialized with the given values.
|
ItemShippingTargetBuilder |
ItemShippingTargetBuilder.quantity(Long quantity)
Sets the
quantity property of this builder. |