public final class SetDeliveryCustomField extends SetCustomFieldBase<Order>
See also OrderUpdateCommand.
Custom
Modifier and Type | Method and Description |
---|---|
String |
getDeliveryId() |
static SetDeliveryCustomField |
ofJson(String name,
com.fasterxml.jackson.databind.JsonNode value,
String deliveryId) |
static SetDeliveryCustomField |
ofObject(String name,
Object value,
String deliveryId) |
static SetDeliveryCustomField |
ofUnset(String name,
String deliveryId) |
getName, getValue
getAction
public static SetDeliveryCustomField ofJson(String name, com.fasterxml.jackson.databind.JsonNode value, String deliveryId)
public static SetDeliveryCustomField ofObject(String name, Object value, String deliveryId)
public static SetDeliveryCustomField ofUnset(String name, String deliveryId)
public String getDeliveryId()