public final class SetAssetCustomField extends SetCustomFieldBase<Category>
Custom
Modifier and Type | Method and Description |
---|---|
String |
getAssetId() |
String |
getAssetKey() |
static SetAssetCustomField |
of(String assetId,
String name,
Object value) |
static SetAssetCustomField |
ofJsonValue(String assetId,
String name,
com.fasterxml.jackson.databind.JsonNode value) |
static SetAssetCustomField |
ofJsonValueWithKey(String assetKey,
String name,
com.fasterxml.jackson.databind.JsonNode value) |
static SetAssetCustomField |
ofKey(String assetKey,
String name,
Object value) |
getName, getValue
getAction
public String getAssetId()
public String getAssetKey()
public static SetAssetCustomField ofJsonValue(String assetId, String name, com.fasterxml.jackson.databind.JsonNode value)
public static SetAssetCustomField of(String assetId, String name, Object value)
public static SetAssetCustomField ofJsonValueWithKey(String assetKey, String name, com.fasterxml.jackson.databind.JsonNode value)
public static SetAssetCustomField ofKey(String assetKey, String name, Object value)