public class WorkbookFunctionsBeta_DistRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsBeta_DistRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsBeta_DistRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement x,
com.google.gson.JsonElement alpha,
com.google.gson.JsonElement beta,
com.google.gson.JsonElement cumulative,
com.google.gson.JsonElement a,
com.google.gson.JsonElement b)
The request builder for this WorkbookFunctionsBeta_Dist
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsBeta_DistRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsBeta_DistRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsBeta_DistRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsBeta_DistRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsBeta_DistRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement x,
com.google.gson.JsonElement alpha,
com.google.gson.JsonElement beta,
com.google.gson.JsonElement cumulative,
com.google.gson.JsonElement a,
com.google.gson.JsonElement b)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestx - the xalpha - the alphabeta - the betacumulative - the cumulativea - the ab - the bpublic IWorkbookFunctionsBeta_DistRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsBeta_DistRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsBeta_DistRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsBeta_DistRequestBuilderrequestOptions - the options for the request