public class WorkbookFunctionsIsNumberRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsIsNumberRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsIsNumberRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement value)
The request builder for this WorkbookFunctionsIsNumber
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsIsNumberRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsIsNumberRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsIsNumberRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsIsNumberRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsIsNumberRequestBuilder(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 IWorkbookFunctionsIsNumberRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsIsNumberRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsIsNumberRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsIsNumberRequestBuilderrequestOptions - the options for the request