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, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public 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 IDriveSearchCollectionRequestBuilder
public IDriveSearchCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IDriveSearchCollectionRequestBuilder