public class DriveItemCopyRequestBuilder extends BaseActionRequestBuilder implements IDriveItemCopyRequestBuilder
bodyParams| Constructor and Description |
|---|
DriveItemCopyRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String name,
ItemReference parentReference)
The request builder for this DriveItemCopy
|
| Modifier and Type | Method and Description |
|---|---|
IDriveItemCopyRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IDriveItemCopyRequest with specific requestOptions instead of the existing requestOptions
|
IDriveItemCopyRequest |
buildRequest(Option... requestOptions)
Creates the IDriveItemCopyRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic DriveItemCopyRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String name,
ItemReference parentReference)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestname - the nameparentReference - the parentReferencepublic IDriveItemCopyRequest buildRequest(Option... requestOptions)
buildRequest in interface IDriveItemCopyRequestBuilderrequestOptions - the options for the requestpublic IDriveItemCopyRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IDriveItemCopyRequestBuilderrequestOptions - the options for the request