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() |
IDriveItemDeltaCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions) |
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,
java.lang.String token)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requesttoken - the tokenpublic 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 IDriveItemDeltaCollectionRequest buildRequest()
buildRequest in interface IDriveItemDeltaCollectionRequestBuilderpublic IDriveItemDeltaCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IDriveItemDeltaCollectionRequestBuilder