public class WorkbookRangeFillRequestBuilder extends BaseRequestBuilder implements IWorkbookRangeFillRequestBuilder
| Constructor and Description |
|---|
WorkbookRangeFillRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the WorkbookRangeFill
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeFillRequest |
buildRequest()
Creates the request
|
IWorkbookRangeFillRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IWorkbookRangeFillClearRequestBuilder |
clear() |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookRangeFillRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IWorkbookRangeFillRequest buildRequest()
buildRequest in interface IWorkbookRangeFillRequestBuilderpublic IWorkbookRangeFillRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookRangeFillRequestBuilderrequestOptions - the options for this requestpublic IWorkbookRangeFillClearRequestBuilder clear()
clear in interface IWorkbookRangeFillRequestBuilder