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