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 SetLineItemCustomField |
SetLineItemCustomField.ofJson(String name,
com.fasterxml.jackson.databind.JsonNode value,
String lineItemId) |
static SetLineItemCustomField |
SetLineItemCustomField.ofObject(String name,
Object value,
String lineItemId) |
static SetLineItemCustomField |
SetLineItemCustomField.ofUnset(String name,
String lineItemId) |