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