public class DriveItemPreviewRequestBuilder extends BaseActionRequestBuilder implements IDriveItemPreviewRequestBuilder
bodyParams| Constructor and Description |
|---|
DriveItemPreviewRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String page,
java.lang.Double zoom)
The request builder for this DriveItemPreview
|
| Modifier and Type | Method and Description |
|---|---|
IDriveItemPreviewRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IDriveItemPreviewRequest with specific requestOptions instead of the existing requestOptions
|
IDriveItemPreviewRequest |
buildRequest(Option... requestOptions)
Creates the IDriveItemPreviewRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic DriveItemPreviewRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String page,
java.lang.Double zoom)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpage - the pagezoom - the zoompublic IDriveItemPreviewRequest buildRequest(Option... requestOptions)
buildRequest in interface IDriveItemPreviewRequestBuilderrequestOptions - the options for the requestpublic IDriveItemPreviewRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IDriveItemPreviewRequestBuilderrequestOptions - the options for the request