public class DriveItemDeltaCollectionRequestBuilder extends BaseFunctionRequestBuilder implements IDriveItemDeltaCollectionRequestBuilder
functionOptions| Constructor and Description |
|---|
DriveItemDeltaCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of DriveItem
|
DriveItemDeltaCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String token)
The request builder for this collection of DriveItem
|
| Modifier and Type | Method and Description |
|---|---|
IDriveItemDeltaCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IDriveItemDeltaCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic DriveItemDeltaCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic DriveItemDeltaCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String token)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requesttoken - the tokenpublic IDriveItemDeltaCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IDriveItemDeltaCollectionRequestBuilderrequestOptions - the options for this requestpublic IDriveItemDeltaCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IDriveItemDeltaCollectionRequestBuilderrequestOptions - the options for this request