public class BoxCollaborationAllowlist.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 allowlist was created.
|
BoxCollaborationAllowlist.AllowlistDirection |
getDirection()
Get the direction of the collaboration allowlist.
|
String |
getDomain()
Gets the domain added to the collaboration allowlist.
|
BoxEnterprise |
getEnterprise()
Gets the enterprise that the collaboration allowlist belongs to.
|
Date |
getModifiedAt()
Gets the time the collaboration allowlist was last modified.
|
BoxCollaborationAllowlist |
getResource()
Gets the resource associated with this Info.
|
String |
getType()
Gets the type of the collaboration allowlist.
|
protected void |
parseJSONMember(JsonObject.Member member)
Invoked with a JSON member whenever this object is updated or created from a JSON object.
|
getID
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public Info()
public String getType()
public String getDomain()
public BoxCollaborationAllowlist.AllowlistDirection getDirection()
public BoxEnterprise getEnterprise()
public Date getCreatedAt()
public Date getModifiedAt()
public BoxCollaborationAllowlist getResource()
BoxResource.Info
getResource
in class BoxResource.Info
protected void parseJSONMember(JsonObject.Member member)
BoxJSONObject
Subclasses 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.