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() |
List<MetadataFieldFilter> |
getFilterFields() |
BoxResource |
getResource()
Gets the resource associated with this Info.
|
BoxRetentionPolicy.Info |
getRetentionPolicy() |
String |
getStartDateField() |
getIDclearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObjectpublic Info()
public BoxResource getResource()
getResource in class BoxResource.Infopublic BoxRetentionPolicy.Info getRetentionPolicy()
public BoxUser.Info getAssignedBy()
public Date getAssignedAt()
public String getAssignedToType()
public String getAssignedToID()
public String getStartDateField()
public List<MetadataFieldFilter> getFilterFields()