@BoxResourceType(value="file_version_legal_hold") public class BoxFileVersionLegalHold extends BoxResource
| Modifier and Type | Class and Description |
|---|---|
class |
BoxFileVersionLegalHold.Info
Contains information about the file version legal hold.
|
| Modifier and Type | Field and Description |
|---|---|
static URLTemplate |
FILE_VERSION_HOLD_URL_TEMPLATE
The URL template used for operation with file version legal hold with given ID.
|
| Constructor and Description |
|---|
BoxFileVersionLegalHold(BoxAPIConnection api,
String id)
Constructs a file version legal hold with a given ID.
|
| Modifier and Type | Method and Description |
|---|---|
BoxFileVersionLegalHold.Info |
getInfo(String... fields) |
equals, getAPI, getID, getResourceType, hashCodepublic static final URLTemplate FILE_VERSION_HOLD_URL_TEMPLATE
getInfo(String...)public BoxFileVersionLegalHold(BoxAPIConnection api, String id)
api - the API connection to be used by the resource.id - the ID of the resource.public BoxFileVersionLegalHold.Info getInfo(String... fields)
fields - the fields to retrieve.