| Constructor and Description |
|---|
OAuthDataMessage(BoxOAuthToken oauthData,
IBoxJSONParser parser,
IBoxResourceHub hub)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
IBoxJSONParser.convertBoxObjectToJSONString(Object object)
Convert the object into String.
|
<T> T |
IBoxJSONParser.parseIntoBoxObject(InputStream inputStream,
Class<T> theClass)
Convert InputStream to object.
|
<T> T |
IBoxJSONParser.parseIntoBoxObject(String jsonString,
Class<T> theClass)
Convert the json string into object.
|
String |
IBoxJSONStringEntity.toJSONString(IBoxJSONParser parser)
Convert to JSON String.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PairArrayJSONStringEntity.toJSONString(IBoxJSONParser parser) |
String |
MapJSONStringEntity.toJSONString(IBoxJSONParser parser) |
String |
DefaultJSONStringEntity.toJSONString(IBoxJSONParser parser) |
| Modifier and Type | Method and Description |
|---|---|
String |
BoxJSONParser.convertBoxObjectToJSONString(Object object) |
<T> T |
BoxJSONParser.parseIntoBoxObject(InputStream inputStream,
Class<T> theClass) |
<T> T |
BoxJSONParser.parseIntoBoxObject(String jsonString,
Class<T> theClass) |
| Modifier and Type | Method and Description |
|---|---|
static BoxFileUploadRequestObject |
BoxFileUploadRequestObject.uploadFileRequestObject(String parentId,
String fileName,
File file,
IBoxJSONParser parser)
BoxFileUploadRequestObject for upload file request.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
DefaultBoxJSONResponseParser.parseInputStream(InputStream in)
Parse input stream.
|
Copyright © 2014. All Rights Reserved.