public class UpdateMetadataTemplateRequestBody extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateMetadataTemplateRequestBody.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
data
The data for the operation.
|
protected String |
enumOptionKey
For operations that affect a single `enum` option this defines the key of the option that is
affected.
|
protected List<String> |
enumOptionKeys
For operations that affect multiple `enum` options this defines the keys of the options that
are affected.
|
protected String |
fieldKey
For operations that affect a single field this defines the key of the field that is affected.
|
protected List<String> |
fieldKeys
For operations that affect multiple fields this defines the keys of the fields that are
affected.
|
protected String |
multiSelectOptionKey
For operations that affect a single multi select option this defines the key of the option that
is affected.
|
protected List<String> |
multiSelectOptionKeys
For operations that affect multiple multi select options this defines the keys of the options
that are affected.
|
protected EnumWrapper<UpdateMetadataTemplateRequestBodyOpField> |
op
The type of change to perform on the template.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UpdateMetadataTemplateRequestBody(EnumWrapper<UpdateMetadataTemplateRequestBodyOpField> op) |
protected |
UpdateMetadataTemplateRequestBody(UpdateMetadataTemplateRequestBody.Builder builder) |
|
UpdateMetadataTemplateRequestBody(UpdateMetadataTemplateRequestBodyOpField op) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,Object> |
getData() |
String |
getEnumOptionKey() |
List<String> |
getEnumOptionKeys() |
String |
getFieldKey() |
List<String> |
getFieldKeys() |
String |
getMultiSelectOptionKey() |
List<String> |
getMultiSelectOptionKeys() |
EnumWrapper<UpdateMetadataTemplateRequestBodyOpField> |
getOp() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final EnumWrapper<UpdateMetadataTemplateRequestBodyOpField> op
protected Map<String,Object> data
protected String fieldKey
protected List<String> fieldKeys
protected String enumOptionKey
protected List<String> enumOptionKeys
protected String multiSelectOptionKey
protected List<String> multiSelectOptionKeys
public UpdateMetadataTemplateRequestBody(UpdateMetadataTemplateRequestBodyOpField op)
public UpdateMetadataTemplateRequestBody(EnumWrapper<UpdateMetadataTemplateRequestBodyOpField> op)
protected UpdateMetadataTemplateRequestBody(UpdateMetadataTemplateRequestBody.Builder builder)
public EnumWrapper<UpdateMetadataTemplateRequestBodyOpField> getOp()
public String getFieldKey()
public List<String> getFieldKeys()
public String getEnumOptionKey()
public List<String> getEnumOptionKeys()
public String getMultiSelectOptionKey()
public List<String> getMultiSelectOptionKeys()