| Package | Description |
|---|---|
| com.box.boxjavalibv2 | |
| com.box.boxjavalibv2.resourcemanagers |
| Modifier and Type | Method and Description |
|---|---|
IBoxItemsManager |
BoxClient.getBoxItemsManager()
Get the BoxItemsManager, which can be used to make API calls on files/folders endpoints.
|
IBoxItemsManager |
BoxClient.getSharedBoxItemsManager(java.lang.String sharedLink,
java.lang.String password)
Get the BoxItemsManager for items(files/folders) shared to you, this can be used to make API calls on files/folders endpoints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoxFilesManagerImpl |
class |
BoxFoldersManageImpl |
class |
BoxItemsManagerImpl
Use this class to execute requests synchronously against the Box REST API(V2).
|
class |
BoxSearchManagerImpl |