public class WorkbookFunctionsGamma_DistRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsGamma_DistRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsGamma_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)
The request builder for this WorkbookFunctionsGamma_Dist
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsGamma_DistRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsGamma_DistRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsGamma_DistRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsGamma_DistRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsGamma_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)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestx - the xalpha - the alphabeta - the betacumulative - the cumulativepublic IWorkbookFunctionsGamma_DistRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsGamma_DistRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsGamma_DistRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsGamma_DistRequestBuilderrequestOptions - the options for the request