public class MoveFolderToAnotherUserRequest extends DefaultBoxRequest
| Constructor and Description |
|---|
MoveFolderToAnotherUserRequest(IBoxConfig config,
IBoxJSONParser parser,
String userId,
String folderId,
BoxUserRequestObject requestObject)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getUri(String userId,
String folderId)
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 MoveFolderToAnotherUserRequest(IBoxConfig config, IBoxJSONParser parser, String userId, String folderId, BoxUserRequestObject requestObject) throws BoxRestException
config - configparser - json parseruserId - id of the signed in userfolderId - id of the folder to be movedrequestObject - request objectBoxRestException - exceptionCopyright © 2014. All Rights Reserved.