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