Package | Description |
---|---|
io.sphere.sdk.shoppinglists |
Provides model classes and builders for shopping lists.
|
io.sphere.sdk.shoppinglists.commands.updateactions |
Provides the possible operations which can be performed on update commands for shopping list methods.
|
Modifier and Type | Method and Description |
---|---|
List<LineItem> |
ShoppingList.getLineItems() |
Modifier and Type | Method and Description |
---|---|
static RemoveLineItem |
RemoveLineItem.of(LineItem lineItem) |
static ChangeLineItemQuantity |
ChangeLineItemQuantity.of(LineItem lineItem,
Long quantity) |