| Package | Description |
|---|---|
| com.box.boxjavalibv2 | |
| com.box.boxjavalibv2.filetransfer |
| Modifier and Type | Method and Description |
|---|---|
BoxFilesManager |
BoxClient.getFilesManager()
Get the BoxFilesManager, which can be used to make API calls on files endpoints.
|
BoxFilesManager |
BoxClient.getSharedFilesManager(String sharedLink,
String password)
Get the BoxFilesManager for shared items, which can be used to make API calls on files endpoints for a shared item.
|
| Modifier and Type | Method and Description |
|---|---|
BoxFile |
BoxFileUpload.execute(BoxFilesManager manager,
BoxFileUploadRequestObject requestObject)
Execute the upload task.
|
BoxFile |
BoxFileUpload.execute(String fileId,
BoxFilesManager manager,
BoxFileUploadRequestObject requestObject)
Upload a new version of file with known file id and sha1.
|
Copyright © 2014. All Rights Reserved.