public abstract class BoxResource.Info extends BoxJSONObject
Constructor and Description |
---|
Info()
Constructs an empty Info object.
|
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, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public Info()
public String getID()
public abstract BoxResource getResource()