public class BoxFileVersionLegalHold.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 |
|---|---|
Iterable<BoxLegalHoldAssignment.Info> |
getAssignments() |
Date |
getDeletedAt() |
BoxFile.Info |
getFile() |
BoxFileVersion |
getFileVersion() |
BoxResource |
getResource()
Gets the resource associated with this Info.
|
getIDclearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObjectpublic Info()
public BoxResource getResource()
getResource in class BoxResource.Infopublic BoxFileVersion getFileVersion()
public BoxFile.Info getFile()
public Iterable<BoxLegalHoldAssignment.Info> getAssignments()
public Date getDeletedAt()