| Package | Description |
|---|---|
| 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 |
|---|---|
static AddTextLineItem |
AddTextLineItem.of(LocalizedString name) |
AddTextLineItem |
AddTextLineItem.withAddedAt(ZonedDateTime addedAt) |
AddTextLineItem |
AddTextLineItem.withCustom(CustomFieldsDraft custom) |
AddTextLineItem |
AddTextLineItem.withDescription(LocalizedString description) |
AddTextLineItem |
AddTextLineItem.withQuantity(Long quantity) |