public final class SetDeliveryCustomField extends StagedUpdateActionBase<OrderEdit>
Modifier and Type | Method and Description |
---|---|
String |
getDeliveryId() |
String |
getName() |
com.fasterxml.jackson.databind.JsonNode |
getValue() |
static SetDeliveryCustomField |
of(String name,
com.fasterxml.jackson.databind.JsonNode value,
String deliveryId) |
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) |
getAction
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAction
public static SetDeliveryCustomField of(String name, @Nullable com.fasterxml.jackson.databind.JsonNode value, String deliveryId)
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()
public String getName()
@Nullable public com.fasterxml.jackson.databind.JsonNode getValue()