public class WorkbookFunctionsExactRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsExactRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsExactRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement text1,
com.google.gson.JsonElement text2)
The request builder for this WorkbookFunctionsExact
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsExactRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsExactRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsExactRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsExactRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsExactRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement text1,
com.google.gson.JsonElement text2)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requesttext1 - the text1text2 - the text2public IWorkbookFunctionsExactRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsExactRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsExactRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsExactRequestBuilderrequestOptions - the options for the request