public class BoxEnterprise extends BoxJSONObject
Constructor and Description |
---|
BoxEnterprise()
Constructs a BoxEnterprise with default settings.
|
BoxEnterprise(String json)
Constructs a BoxEnterprise from a JSON string.
|
Modifier and Type | Method and Description |
---|---|
String |
getID()
Gets the ID of this enterprise.
|
String |
getName()
Gets the name of this enterprise.
|
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public BoxEnterprise()
public BoxEnterprise(String json)
json
- the JSON encoded enterprise.