Package | Description |
---|---|
com.box.boxandroidlibv2 | |
com.box.boxjavalibv2 | |
com.box.restclientv2 |
Constructor and Description |
---|
BoxAndroidClient(java.lang.String clientId,
java.lang.String clientSecret,
IBoxResourceHub hub,
IBoxJSONParser parser,
IBoxConfig config,
BoxConnectionManagerBuilder.BoxConnectionManager connectionManager)
This constructor has some connection parameters.
|
Modifier and Type | Method and Description |
---|---|
BoxConnectionManagerBuilder.BoxConnectionManager |
BoxConnectionManagerBuilder.build() |
Modifier and Type | Method and Description |
---|---|
protected static IBoxRESTClient |
BoxClient.createMonitoredRestClient(BoxConnectionManagerBuilder.BoxConnectionManager connectionManager) |
Constructor and Description |
---|
BoxClient(java.lang.String clientId,
java.lang.String clientSecret,
IBoxResourceHub hub,
IBoxJSONParser parser,
IBoxConfig config,
BoxConnectionManagerBuilder.BoxConnectionManager connectionManager)
This constructor has some connection parameters.
|
BoxRESTClient(BoxConnectionManagerBuilder.BoxConnectionManager connectionManager) |
Constructor and Description |
---|
BoxBasicRestClient(BoxConnectionManagerBuilder.BoxConnectionManager connectionManager)
Create a DefaultHttpClient, monitored by the connectionManager.
|