| Package | Description |
|---|---|
| com.box.boxjavalibv2.dao | |
| com.box.boxjavalibv2.resourcemanagers |
| Modifier and Type | Class and Description |
|---|---|
class |
BoxEvent |
class |
BoxFile
Box File object
|
class |
BoxFolder
Box folder.
|
class |
BoxWebLink |
| Modifier and Type | Method and Description |
|---|---|
BoxItem |
BoxLock.getFile() |
| Modifier and Type | Method and Description |
|---|---|
void |
BoxLock.setFile(BoxItem file) |
| Constructor and Description |
|---|
BoxItem(BoxItem obj)
Copy constructor, this does deep copy for all the fields.
|
| Modifier and Type | Method and Description |
|---|---|
BoxItem |
BoxItemsManager.copyItem(String id,
BoxItemRequestObject requestObject,
BoxResourceType type)
Copy an item.
|
BoxItem |
BoxItemsManager.createSharedLink(String id,
BoxItemRequestObject requestObject,
BoxResourceType type)
Create a shared link for an item, given the id .
|
BoxItem |
BoxItemsManager.getItem(String id,
BoxDefaultRequestObject requestObject,
BoxResourceType type)
Get item given an item id.
|
BoxItem |
BoxSharedItemsManager.getSharedItem(BoxDefaultRequestObject requestObject)
Get the shared item given a SharedItemAuth.
|
BoxItem |
BoxItemsManager.getTrashItem(String itemId,
BoxResourceType type,
BoxDefaultRequestObject requestObject)
Get a trashed item.
|
BoxItem |
BoxItemsManager.restoreTrashItem(String id,
BoxResourceType type,
BoxItemRestoreRequestObject requestObject)
Restore a trashed item.
|
BoxItem |
BoxItemsManager.updateItemInfo(String id,
BoxItemRequestObject requestObject,
BoxResourceType type)
Update info for an item
|
Copyright © 2014. All Rights Reserved.