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