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, setNamegetIDclearPendingChanges, getPendingChangespublic BoxGroup.Info()
public BoxGroup.Info(String json)
json - the JSON string to parse.public BoxGroup getResource()
BoxResource.InfogetResource in class BoxResource.Info