Package | Description |
---|---|
com.box.boxjavalibv2.httpentities | |
com.box.boxjavalibv2.jsonentities | |
com.box.boxjavalibv2.requests |
Modifier and Type | Method and Description |
---|---|
IBoxJSONStringEntity |
MultipartEntityWithProgressListener.getJSONStringEntityPart(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
MultipartEntityWithProgressListener.addBoxJSONStringEntityPart(java.lang.String name,
IBoxJSONStringEntity entity) |
Modifier and Type | Class and Description |
---|---|
class |
BoxEnterpriseRequestEntity |
class |
BoxSharedLinkPermissionsRequestEntity |
class |
BoxSharedLinkRequestEntity
Entity for shared link.
|
class |
MapJSONStringEntity
Implemenation of
IBoxJSONStringEntity based on LinkedHashMap. |
class |
PairArrayJSONStringEntity
A special MapJSONStringEntity, when serializing into JSON, it's serialized into array of pairs.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RequestTestBase.assertEqualStringEntity(IBoxJSONStringEntity expected,
org.apache.http.HttpEntity current) |