public class DriveItemSearchCollectionRequestBuilder extends BaseFunctionRequestBuilder implements IDriveItemSearchCollectionRequestBuilder
functionOptions
Constructor and Description |
---|
DriveItemSearchCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String q)
The request builder for this collection of DriveItem
|
Modifier and Type | Method and Description |
---|---|
IDriveItemSearchCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IDriveItemSearchCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public DriveItemSearchCollectionRequestBuilder(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 IDriveItemSearchCollectionRequest buildRequest(Option... requestOptions)
buildRequest
in interface IDriveItemSearchCollectionRequestBuilder
requestOptions
- the options for this requestpublic IDriveItemSearchCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IDriveItemSearchCollectionRequestBuilder
requestOptions
- the options for this request