public class BoxClassification extends BoxJSONObject
Modifier and Type | Method and Description |
---|---|
String |
getColor()
Gets the color that is used to display the classification label in a user-interface.
|
String |
getDefinition()
Gets the meaning of this classification.
|
String |
getName()
Gets the name of this classification.
|
protected void |
parseJSONMember(JsonObject.Member member)
Invoked with a JSON member whenever this object is updated or created from a JSON object.
|
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public String getColor()
public String getDefinition()
public String getName()
protected void parseJSONMember(JsonObject.Member member)
BoxJSONObject
Subclasses should override this method in order to parse any JSON members it knows about. This method is a no-op by default.
member
- the JSON member to be parsed.