Package | Description |
---|---|
com.box.boxjavalibv2 | |
com.box.boxjavalibv2.resourcemanagers | |
com.box.restclientv2.authorization.oauthmultithread |
Modifier and Type | Method and Description |
---|---|
IBoxResourceManager |
BoxClient.getPluginManager(java.lang.String pluginManagerKey)
Get a resource manager plugged in based on the key.
|
IBoxResourceManager |
BoxClient.getResourceManagerWithSharedLinkAuth(BoxResourceType type,
java.lang.String sharedLink,
java.lang.String password)
A generic way to get a resourceManager with shared link auth.
|
IBoxResourceManager |
BoxClient.pluginResourceManager(java.lang.String key,
IPluginResourceManagerBuilder builder)
Plug in a resource manager into sdk client.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBoxCollaborationsManager |
interface |
IBoxCommentsManager |
interface |
IBoxEventsManager |
interface |
IBoxFilesManager |
interface |
IBoxFoldersManager |
interface |
IBoxGroupsManager |
interface |
IBoxItemsManager |
interface |
IBoxOAuthManager |
interface |
IBoxSearchManager |
interface |
IBoxSharedItemsManager |
interface |
IBoxTrashManager |
interface |
IBoxUsersManager |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBoxResourceManager
Base class for BoxAPI classes.
|
class |
BoxCollaborationsManagerImpl
Use this class to execute requests synchronously against the Box REST API(V2), collaborations endpints.
|
class |
BoxCommentsManagerImpl
Use this class to execute requests synchronously against the Box REST API(V2), comments endpints.
|
class |
BoxEventsManagerImpl
Use this class to execute requests synchronously against the Box REST API(V2).
|
class |
BoxFilesManagerImpl |
class |
BoxFoldersManageImpl |
class |
BoxGroupsManagerImpl |
class |
BoxItemsManagerImpl
Use this class to execute requests synchronously against the Box REST API(V2).
|
class |
BoxOAuthManagerImpl
API for OAuth.
|
class |
BoxSearchManagerImpl |
class |
BoxSharedItemsManagerImpl |
class |
BoxTrashManagerImpl |
class |
BoxUsersManagerImpl
Use this class to execute requests synchronously against the Box REST API(V2), users endpints.
|
Modifier and Type | Method and Description |
---|---|
IBoxResourceManager |
IPluginResourceManagerBuilder.build(IBoxConfig config,
IBoxResourceHub resourceHub,
IBoxJSONParser parser,
IBoxRequestAuth auth,
IBoxRESTClient restClient) |
IBoxResourceManager |
IResourceManagerPlugin.plugin(BoxClient client) |
Modifier and Type | Class and Description |
---|---|
class |
MockOAuthManager |