public class GetItemRequest extends DefaultBoxRequest
| Constructor and Description |
|---|
GetItemRequest(IBoxConfig config,
IBoxJSONParser parser,
String id,
BoxResourceType type,
BoxDefaultRequestObject requestObject)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getUri(String id,
BoxResourceType type)
Get uri.
|
addHeader, addHttpParam, addQueryParam, getApiUrlPath, getAuth, getAuthority, getConfig, getCookie, getExpectedResponseCode, getHeaders, getHttpParams, getQueryParams, getRawRequest, getRequestEntity, getRestMethod, getScheme, prepareRequest, setAuth, setCookie, setEntity, setExpectedResponseCode, setIfMatch, setRequestFieldspublic GetItemRequest(IBoxConfig config, IBoxJSONParser parser, String id, BoxResourceType type, BoxDefaultRequestObject requestObject) throws BoxRestException
config - configparser - json parserid - id of the itemtype - resource typerequestObject - request objectBoxRestException - excepitionpublic static String getUri(String id, BoxResourceType type)
id - id of the itemtype - resource typeCopyright © 2014. All Rights Reserved.