public static class MetadataTemplate.Option extends BoxJSONObject
| Constructor and Description |
|---|
Option()
Constructs an empty metadata template.
|
Option(String json)
Constructs a metadate template option from a JSON string.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getID()
Gets the ID of the template field.
|
String |
getKey()
Gets the key of the field.
|
clearPendingChanges, getPendingChanges, getPendingChangesAsJsonObjectpublic Option()