Package | Description |
---|---|
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 |
---|---|
static RemoveLineItem |
RemoveLineItem.of(LineItem lineItem) |
static RemoveLineItem |
RemoveLineItem.of(LineItem lineItem,
Long quantity) |
static RemoveLineItem |
RemoveLineItem.of(String lineItemId) |
static RemoveLineItem |
RemoveLineItem.of(String lineItemId,
Long quantity) |
static RemoveLineItem |
RemoveLineItem.ofLineItemAndExternalPrice(LineItem lineItem,
Long quantity,
javax.money.MonetaryAmount externalPrice) |
static RemoveLineItem |
RemoveLineItem.ofLineItemAndExternalPrice(String lineItemId,
Long quantity,
javax.money.MonetaryAmount externalPrice) |
static RemoveLineItem |
RemoveLineItem.ofLineItemAndExternalTotalPrice(LineItem lineItem,
Long quantity,
ExternalLineItemTotalPrice externalTotalPrice) |
static RemoveLineItem |
RemoveLineItem.ofLineItemAndExternalTotalPrice(String lineItemId,
Long quantity,
ExternalLineItemTotalPrice externalTotalPrice) |