public class DriveItemValidatePermissionRequestBuilder extends BaseActionRequestBuilder implements IDriveItemValidatePermissionRequestBuilder
bodyParams| Constructor and Description |
|---|
DriveItemValidatePermissionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String challengeToken,
java.lang.String password)
The request builder for this DriveItemValidatePermission
|
| Modifier and Type | Method and Description |
|---|---|
IDriveItemValidatePermissionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IDriveItemValidatePermissionRequest with specific requestOptions instead of the existing requestOptions
|
IDriveItemValidatePermissionRequest |
buildRequest(Option... requestOptions)
Creates the IDriveItemValidatePermissionRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic DriveItemValidatePermissionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String challengeToken,
java.lang.String password)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestchallengeToken - the challengeTokenpassword - the passwordpublic IDriveItemValidatePermissionRequest buildRequest(Option... requestOptions)
buildRequest in interface IDriveItemValidatePermissionRequestBuilderrequestOptions - the options for the requestpublic IDriveItemValidatePermissionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IDriveItemValidatePermissionRequestBuilderrequestOptions - the options for the request