public class DriveItemCreateUploadSessionRequestBuilder extends BaseActionRequestBuilder implements IDriveItemCreateUploadSessionRequestBuilder
bodyParams| Constructor and Description |
|---|
DriveItemCreateUploadSessionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
DriveItemUploadableProperties item)
The request builder for this DriveItemCreateUploadSession
|
| Modifier and Type | Method and Description |
|---|---|
IDriveItemCreateUploadSessionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IDriveItemCreateUploadSessionRequest with specific requestOptions instead of the existing requestOptions
|
IDriveItemCreateUploadSessionRequest |
buildRequest(Option... requestOptions)
Creates the IDriveItemCreateUploadSessionRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic DriveItemCreateUploadSessionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
DriveItemUploadableProperties item)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestitem - the itempublic IDriveItemCreateUploadSessionRequest buildRequest(Option... requestOptions)
buildRequest in interface IDriveItemCreateUploadSessionRequestBuilderrequestOptions - the options for the requestpublic IDriveItemCreateUploadSessionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IDriveItemCreateUploadSessionRequestBuilderrequestOptions - the options for the request