public class GetFolderCollaborationsRequest extends DefaultBoxRequest
com.box.boxjavalibv2.dao.CollaborationV2.STATUS_PENDING is allowed.| Constructor and Description |
|---|
GetFolderCollaborationsRequest(IBoxConfig config,
IBoxJSONParser parser,
String folderId,
BoxDefaultRequestObject requestObject)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getUri(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 GetFolderCollaborationsRequest(IBoxConfig config, IBoxJSONParser parser, String folderId, BoxDefaultRequestObject requestObject) throws BoxRestException
config - configparser - json parserfolderId - id of the folderstatus - status of the collaborations requested (Currently only support com.box.boxjavalibv2.dao.CollaborationV2.STATUS_PENDING, use null if
want to ignore this field and get all collaborations)BoxRestException - exceptionCopyright © 2014. All Rights Reserved.