Package | Description |
---|---|
com.box.boxjavalibv2.requests | |
com.box.boxjavalibv2.requests.requestobjects | |
com.box.boxjavalibv2.resourcemanagers |
Constructor and Description |
---|
RestoreTrashItemRequest(IBoxConfig config,
IBoxJSONParser parser,
java.lang.String id,
BoxResourceType type,
BoxItemRestoreRequestObject requestObject)
Cosntructor.
|
Modifier and Type | Method and Description |
---|---|
static BoxItemRestoreRequestObject |
BoxItemRestoreRequestObject.restoreItemRequestObject() |
BoxItemRestoreRequestObject |
BoxItemRestoreRequestObject.setNewName(java.lang.String newName)
Rename the restored item.
|
BoxItemRestoreRequestObject |
BoxItemRestoreRequestObject.setNewParent(java.lang.String parentId)
Set new parent for the restored item.
|
Modifier and Type | Method and Description |
---|---|
BoxFile |
IBoxTrashManager.restoreTrashFile(java.lang.String id,
BoxItemRestoreRequestObject requestObject)
Restore a trashed file.
|
BoxFile |
BoxTrashManagerImpl.restoreTrashFile(java.lang.String id,
BoxItemRestoreRequestObject requestObject) |
BoxFolder |
IBoxTrashManager.restoreTrashFolder(java.lang.String id,
BoxItemRestoreRequestObject requestObject)
Restore a trashed folder.
|
BoxFolder |
BoxTrashManagerImpl.restoreTrashFolder(java.lang.String id,
BoxItemRestoreRequestObject requestObject) |