public abstract class SetCustomTypeBase<T> extends UpdateActionImpl<T>
Modifier | Constructor and Description |
---|---|
protected |
SetCustomTypeBase(String typeId,
String typeKey,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields) |
protected |
SetCustomTypeBase(String action,
String typeId,
String typeKey,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields) |
Modifier and Type | Method and Description |
---|---|
Map<String,com.fasterxml.jackson.databind.JsonNode> |
getFields() |
ResourceIdentifier<Type> |
getType() |
protected static Map<String,com.fasterxml.jackson.databind.JsonNode> |
mapObjectToJsonMap(Map<String,Object> fields) |
getAction