public abstract class BoxResource.Info extends BoxJSONObject
Constructor and Description |
---|
BoxResource.Info()
Constructs an empty Info object.
|
BoxResource.Info(String json)
Constructs an Info object by parsing information from a JSON string.
|
Modifier and Type | Method and Description |
---|---|
String |
getID()
Gets the ID of the resource associated with this Info.
|
abstract BoxResource |
getResource()
Gets the resource associated with this Info.
|
clearPendingChanges, getPendingChanges
public BoxResource.Info()
public BoxResource.Info(String json)
json
- the JSON string to parse.public String getID()
public abstract BoxResource getResource()