public class WorkbookFunctionsMidbRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsMidbRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsMidbRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement text,
com.google.gson.JsonElement startNum,
com.google.gson.JsonElement numBytes)
The request builder for this WorkbookFunctionsMidb
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsMidbRequest |
buildRequest()
Creates the IWorkbookFunctionsMidbRequest
|
IWorkbookFunctionsMidbRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsMidbRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsMidbRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement text,
com.google.gson.JsonElement startNum,
com.google.gson.JsonElement numBytes)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requesttext - the textstartNum - the startNumnumBytes - the numBytespublic IWorkbookFunctionsMidbRequest buildRequest()
buildRequest in interface IWorkbookFunctionsMidbRequestBuilderpublic IWorkbookFunctionsMidbRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsMidbRequestBuilderrequestOptions - the options for the request