@Generated(value="io.sphere.sdk.annotations.processors.generators.UpdateActionGenerator", comments="Generated from: io.sphere.sdk.carts.Cart") public final class SetCustomLineItemShippingDetails extends UpdateActionImpl<Cart>
customLineItems
property of a Cart
.Cart.getCustomLineItems()
Modifier and Type | Method and Description |
---|---|
String |
getCustomLineItemId() |
ItemShippingDetailsDraft |
getShippingDetails() |
static SetCustomLineItemShippingDetails |
of(String customLineItemId,
ItemShippingDetailsDraft shippingDetails)
Creates a new object initialized with the given values.
|
getAction
public String getCustomLineItemId()
public ItemShippingDetailsDraft getShippingDetails()
public static SetCustomLineItemShippingDetails of(String customLineItemId, ItemShippingDetailsDraft shippingDetails)
customLineItemId
- initial value for the propertyshippingDetails
- initial value for the property