public static class MetadataTemplate.StaticConfig extends BoxJSONObject
Constructor and Description |
---|
StaticConfig()
Constructs an empty static configuration.
|
StaticConfig(String json)
Constructs a static configuration from a JSON string.
|
Modifier and Type | Method and Description |
---|---|
JsonObject |
getClassification()
Gets the classification of the static configuration.
|
void |
setClassification(JsonObject classification)
Sets the classification of the static configuration.
|
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public StaticConfig()
public StaticConfig(String json)
json
- the json encoded metadate template field.public JsonObject getClassification()
public void setClassification(JsonObject classification)
classification
- the classification of the static configuration.