public class BoxCollaborationWhitelistExemptTarget.Info extends BoxResource.Info
| 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 |
|---|---|
Date |
getCreatedAt()
Gets the time the collaboration whitelist was created for user.
|
BoxEnterprise |
getEnterprise()
Gets the enterprise that the collaboration whitelist for user belongs to.
|
Date |
getModifiedAt()
Gets the last modified time of the collaboration whitelist for user.
|
BoxCollaborationWhitelistExemptTarget |
getResource()
Gets the resource associated with this Info.
|
String |
getType()
Gets the type of the collaboration whitelist for user.
|
BoxUser.Info |
getUser()
Gets the user added to the collaboration whitelist.
|
protected void |
parseJSONMember(JsonObject.Member member)
Invoked with a JSON member whenever this object is updated or created from a JSON object.
|
getIDclearPendingChanges, getPendingChanges, getPendingChangesAsJsonObjectpublic Info()
public String getType()
public BoxUser.Info getUser()
public BoxEnterprise getEnterprise()
public Date getCreatedAt()
public Date getModifiedAt()
public BoxCollaborationWhitelistExemptTarget getResource()
BoxResource.InfogetResource in class BoxResource.Infoprotected void parseJSONMember(JsonObject.Member member)
BoxJSONObjectSubclasses should override this method in order to parse any JSON members it knows about. This method is a no-op by default.
member - the JSON member to be parsed.