Package | Description |
---|---|
io.sphere.sdk.carts.commands.updateactions |
Provides the possible operations which can be performed on update commands for carts.
|
Modifier and Type | Method and Description |
---|---|
static SetCustomLineItemCustomField |
SetCustomLineItemCustomField.ofJson(String name,
com.fasterxml.jackson.databind.JsonNode value,
String customLineItemId) |
static SetCustomLineItemCustomField |
SetCustomLineItemCustomField.ofObject(String name,
Object value,
String customLineItemId) |
static SetCustomLineItemCustomField |
SetCustomLineItemCustomField.ofUnset(String name,
String customLineItemId) |