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