public class DriveSearchCollectionRequestBuilder extends BaseFunctionRequestBuilder implements IDriveSearchCollectionRequestBuilder
functionOptions| Constructor and Description |
|---|
DriveSearchCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String q)
The request builder for this collection of Drive
|
| Modifier and Type | Method and Description |
|---|---|
IDriveSearchCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IDriveSearchCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic DriveSearchCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String q)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestq - the qpublic IDriveSearchCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IDriveSearchCollectionRequestBuilderrequestOptions - the options for this requestpublic IDriveSearchCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IDriveSearchCollectionRequestBuilderrequestOptions - the options for this request