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