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() |
IDriveSearchCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions) |
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()
buildRequest in interface IDriveSearchCollectionRequestBuilderpublic IDriveSearchCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IDriveSearchCollectionRequestBuilder