public class WorkbookFunctionsUnicodeRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsUnicodeRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsUnicodeRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement text)
The request builder for this WorkbookFunctionsUnicode
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsUnicodeRequest |
buildRequest()
Creates the IWorkbookFunctionsUnicodeRequest
|
IWorkbookFunctionsUnicodeRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsUnicodeRequest 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 WorkbookFunctionsUnicodeRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement text)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requesttext - the textpublic IWorkbookFunctionsUnicodeRequest buildRequest()
buildRequest in interface IWorkbookFunctionsUnicodeRequestBuilderpublic IWorkbookFunctionsUnicodeRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsUnicodeRequestBuilderrequestOptions - the options for the request