public class WorkbookFunctionsIsTextRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsIsTextRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsIsTextRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement value)
The request builder for this WorkbookFunctionsIsText
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsIsTextRequest |
buildRequest()
Creates the IWorkbookFunctionsIsTextRequest
|
IWorkbookFunctionsIsTextRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsIsTextRequest 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 WorkbookFunctionsIsTextRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement value)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestvalue - the valuepublic IWorkbookFunctionsIsTextRequest buildRequest()
buildRequest in interface IWorkbookFunctionsIsTextRequestBuilderpublic IWorkbookFunctionsIsTextRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsIsTextRequestBuilderrequestOptions - the options for the request