public class CopyItemRequest extends DefaultBoxRequest
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
URI |
| Constructor and Description |
|---|
CopyItemRequest(IBoxConfig config,
IBoxJSONParser parser,
java.lang.String id,
BoxItemCopyRequestObject requestObject,
BoxResourceType type)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getUri(java.lang.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 static final java.lang.String URI
public CopyItemRequest(IBoxConfig config, IBoxJSONParser parser, java.lang.String id, BoxItemCopyRequestObject requestObject, BoxResourceType type) throws BoxRestException
config - configparser - json parserid - id of the item to be copiedrequestObject - request objecttype - resource type of the itemBoxRestException - exceptionpublic static java.lang.String getUri(java.lang.String id,
BoxResourceType type)
id - id of the item to be copiedtype - whether it is a folder