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<TextLineItem> |
ShoppingList.getTextLineItems() |
Modifier and Type | Method and Description |
---|---|
static SetTextLineItemDescription |
SetTextLineItemDescription.of(TextLineItem textLineItem) |
static RemoveTextLineItem |
RemoveTextLineItem.of(TextLineItem textLineItem) |
static ChangeTextLineItemName |
ChangeTextLineItemName.of(TextLineItem textLineItem,
LocalizedString name) |
static ChangeTextLineItemQuantity |
ChangeTextLineItemQuantity.of(TextLineItem textLineItem,
Long quantity) |