public class PermissionGrantCollectionRequestBuilder extends BaseActionRequestBuilder implements IPermissionGrantCollectionRequestBuilder
bodyParams| Constructor and Description |
|---|
PermissionGrantCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.util.List<java.lang.String> roles,
java.util.List<DriveRecipient> recipients)
The request builder for this collection of Permission
|
| Modifier and Type | Method and Description |
|---|---|
IPermissionGrantCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IPermissionGrantCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic PermissionGrantCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.util.List<java.lang.String> roles,
java.util.List<DriveRecipient> recipients)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestroles - the rolesrecipients - the recipientspublic IPermissionGrantCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IPermissionGrantCollectionRequestBuilderrequestOptions - the options for this requestpublic IPermissionGrantCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IPermissionGrantCollectionRequestBuilderrequestOptions - the options for this request