public class BoxLegalHoldAssignment.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() |
Date |
getDeletedAt() |
BoxLegalHoldPolicy.Info |
getLegalHold() |
BoxResource |
getResource()
Gets the resource associated with this Info.
|
getIDclearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObjectpublic Info()
public BoxResource getResource()
getResource in class BoxResource.Infopublic BoxLegalHoldPolicy.Info getLegalHold()
public BoxUser.Info getAssignedBy()
public Date getAssignedAt()
public Date getDeletedAt()
public String getAssignedToType()
public String getAssignedToID()