| Package | Description |
|---|---|
| com.box.boxjavalibv2 | |
| com.box.boxjavalibv2.responseparsers | |
| com.box.restclientv2 | |
| com.box.restclientv2.responseparsers | |
| com.box.restclientv2.responses |
| Modifier and Type | Method and Description |
|---|---|
IBoxResponse |
BoxRESTClient.execute(IBoxRequest boxRequest) |
| Modifier and Type | Method and Description |
|---|---|
BoxThumbnail |
ThumbnailResponseParser.parse(IBoxResponse response) |
BoxPreview |
PreviewResponseParser.parse(IBoxResponse response) |
java.lang.Object |
ErrorResponseParser.parse(IBoxResponse response) |
| Modifier and Type | Method and Description |
|---|---|
IBoxResponse |
IBoxRESTClient.execute(IBoxRequest boxRequest)
Execute the API request and return a response.
|
IBoxResponse |
BoxBasicRestClient.execute(IBoxRequest boxRequest) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
IBoxResponseParser.parse(IBoxResponse response)
Parese the API response into this object.
|
java.lang.Object |
DefaultFileResponseParser.parse(IBoxResponse response) |
java.lang.Object |
DefaultBoxJSONResponseParser.parse(IBoxResponse response)
By default, this only parses the JSON part into object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBoxResponse
Default implementation for BOX JSON response.
|