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