public class WorkbookFunctionsAtan2RequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsAtan2RequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsAtan2RequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement xNum,
com.google.gson.JsonElement yNum)
The request builder for this WorkbookFunctionsAtan2
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsAtan2Request |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsAtan2Request with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsAtan2Request |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsAtan2Request
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsAtan2RequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement xNum,
com.google.gson.JsonElement yNum)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestxNum - the xNumyNum - the yNumpublic IWorkbookFunctionsAtan2Request buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsAtan2RequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsAtan2Request buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsAtan2RequestBuilderrequestOptions - the options for the request