public class WorkbookFunctionsTextRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsTextRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsTextRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement value,
com.google.gson.JsonElement formatText)
The request builder for this WorkbookFunctionsText
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsTextRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsTextRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsTextRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsTextRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsTextRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement value,
com.google.gson.JsonElement formatText)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestvalue - the valueformatText - the formatTextpublic IWorkbookFunctionsTextRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsTextRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsTextRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsTextRequestBuilderrequestOptions - the options for the request