public class MetadataTemplate.Field extends BoxJSONObject
Constructor and Description |
---|
MetadataTemplate.Field()
Constructs an empty metadata template.
|
MetadataTemplate.Field(String json)
Constructs a metadate template field from a JSON string.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description of the field.
|
String |
getDisplayName()
Gets the display name of the field.
|
Boolean |
getIsHidden()
Gets is metadata template field hidden.
|
String |
getKey()
Gets the key of the field.
|
List<String> |
getOptions()
Gets list of possible options for enum type of the field.
|
String |
getType()
Gets the data type of the field's value.
|
clearPendingChanges, getPendingChanges
public MetadataTemplate.Field()
public MetadataTemplate.Field(String json)
json
- the json encoded metadate template field.public String getType()
public String getDisplayName()
public Boolean getIsHidden()
public String getDescription()
public List<String> getOptions()