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 AddLineItem |
AddLineItem.of(LineItemDraft draft) |
static AddLineItem |
AddLineItem.of(ProductIdentifiable product) |
static AddLineItem |
AddLineItem.of(String productId) |
static AddLineItem |
AddLineItem.ofSku(String sku) |
AddLineItem |
AddLineItem.withAddedAt(ZonedDateTime addedAt) |
AddLineItem |
AddLineItem.withCustom(CustomFieldsDraft custom) |
AddLineItem |
AddLineItem.withQuantity(Long quantity) |
AddLineItem |
AddLineItem.withSku(String sku) |
AddLineItem |
AddLineItem.withVariantId(Integer variantId) |