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.
|
getID
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public Info()
public BoxResource getResource()
getResource
in class BoxResource.Info
public BoxFileVersion getFileVersion()
public BoxFile.Info getFile()
public Iterable<BoxLegalHoldAssignment.Info> getAssignments()
public Date getDeletedAt()