| Package | Description |
|---|---|
| com.box.boxjavalibv2.requests | |
| com.box.boxjavalibv2.requests.requestobjects | |
| com.box.boxjavalibv2.resourcemanagers |
| Constructor and Description |
|---|
DeleteFileRequest(IBoxConfig config,
IBoxJSONParser parser,
String fileId,
BoxFileRequestObject requestObject)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static BoxFileRequestObject |
BoxFileRequestObject.copyFileRequestObject(String parentId)
BoxFileRequestObject for copy file request.
|
static BoxFileRequestObject |
BoxFileRequestObject.createSharedLinkRequestObject(BoxSharedLinkRequestObject sharedLinkObject) |
static BoxFileRequestObject |
BoxFileRequestObject.deleteFileRequestObject()
BoxFileRequestObject for delete file request.
|
static BoxFileRequestObject |
BoxFileRequestObject.deleteSharedLinkRequestObject() |
static BoxFileRequestObject |
BoxFileRequestObject.updateFileRequestObject() |
| Modifier and Type | Method and Description |
|---|---|
BoxFile |
BoxFilesManager.copyFile(String fileId,
BoxFileRequestObject requestObject)
Copy a file.
|
BoxFile |
BoxFilesManager.createSharedLink(String fileId,
BoxFileRequestObject requestObject)
Create a shared link for a file, given the id of the file/folder.
|
void |
BoxFilesManager.deleteFile(String fileId,
BoxFileRequestObject requestObject)
Delete a file.
|
void |
BoxFilesManager.deleteTrashFile(String id,
BoxFileRequestObject requestObject)
Permanently delete a trashed file.
|
void |
BoxFoldersManager.deleteTrashFolder(String id,
BoxFileRequestObject requestObject)
Permanently delete a trashed folder.
|
void |
BoxItemsManager.deleteTrashItem(String id,
BoxResourceType type,
BoxFileRequestObject requestObject)
Permanently delete a trashed item.
|
BoxFile |
BoxFilesManager.updateFileInfo(String fileId,
BoxFileRequestObject requestObject)
Update info for a file.
|
Copyright © 2014. All Rights Reserved.