public class BoxGroup.Info extends BoxCollaborator.Info
Constructor and Description |
---|
BoxGroup.Info()
Constructs an empty Info object.
|
BoxGroup.Info(String json)
Constructs an Info object by parsing information from a JSON string.
|
Modifier and Type | Method and Description |
---|---|
BoxGroup |
getResource()
Gets the resource associated with this Info.
|
getCreatedAt, getModifiedAt, getName, parseJSONMember, setName
getID
clearPendingChanges, getPendingChanges
public BoxGroup.Info()
public BoxGroup.Info(String json)
json
- the JSON string to parse.public BoxGroup getResource()
BoxResource.Info
getResource
in class BoxResource.Info