public class WorkbookFunctionsUnicharRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsUnicharRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsUnicharRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number)
The request builder for this WorkbookFunctionsUnichar
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsUnicharRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsUnicharRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsUnicharRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsUnicharRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsUnicharRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestnumber - the numberpublic IWorkbookFunctionsUnicharRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsUnicharRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsUnicharRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsUnicharRequestBuilderrequestOptions - the options for the request