Package | Description |
---|---|
com.box.boxandroidlibv2.dao | |
com.box.boxjavalibv2.dao | |
com.box.boxjavalibv2.resourcemanagers |
Modifier and Type | Class and Description |
---|---|
class |
BoxAndroidFileVersion
Data class for file version.
|
Constructor and Description |
---|
BoxFileVersion(BoxFileVersion obj)
Copy constructor, this does deep copy for all the fields.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<BoxFileVersion> |
BoxFilesManagerImpl.getFileVersions(BoxCollection collection)
Deprecated.
|
java.util.List<BoxFileVersion> |
IBoxFilesManager.getFileVersions(java.lang.String fileId,
BoxDefaultRequestObject requestObject)
Get file versions(Note: Versions are only tracked for Box users with premium accounts.).
|
java.util.List<BoxFileVersion> |
BoxFilesManagerImpl.getFileVersions(java.lang.String fileId,
BoxDefaultRequestObject requestObject) |