public interface IBoxRequestObject
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.HttpEntity |
getEntity()
Get entity, which will be put into request body.
|
List<String> |
getFields()
Get fields, these fields (Please check "Fields" part in developer doc will end up as fields query parameter
in the url.
|
Map<String,String> |
getHeaders()
Headers.
|
Map<String,String> |
getQueryParams()
Query parameters.
|
org.apache.http.HttpEntity getEntity()
throws BoxRestException
BoxRestExceptionUnsupportedEncodingExceptionList<String> getFields()
Map<String,String> getQueryParams()
Copyright © 2014. All Rights Reserved.