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.
|
getID
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public Info()
public BoxResource getResource()
getResource
in class BoxResource.Info
public BoxLegalHoldPolicy.Info getLegalHold()
public BoxUser.Info getAssignedBy()
public Date getAssignedAt()
public Date getDeletedAt()
public String getAssignedToType()
public String getAssignedToID()