public class BoxRetentionPolicyAssignment.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 |
getAssignedAt() |
BoxUser.Info |
getAssignedBy() |
String |
getAssignedToID() |
String |
getAssignedToType() |
BoxResource |
getResource()
Gets the resource associated with this Info.
|
BoxRetentionPolicy.Info |
getRetentionPolicy() |
getID
clearPendingChanges, getPendingChanges, getPendingChangesAsJsonObject
public Info()
public BoxResource getResource()
getResource
in class BoxResource.Info
public BoxRetentionPolicy.Info getRetentionPolicy()
public BoxUser.Info getAssignedBy()
public Date getAssignedAt()
public String getAssignedToType()
public String getAssignedToID()