public class WorkbookFunctionsGamma_InvRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsGamma_InvRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsGamma_InvRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement probability,
com.google.gson.JsonElement alpha,
com.google.gson.JsonElement beta)
The request builder for this WorkbookFunctionsGamma_Inv
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsGamma_InvRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsGamma_InvRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsGamma_InvRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsGamma_InvRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsGamma_InvRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement probability,
com.google.gson.JsonElement alpha,
com.google.gson.JsonElement beta)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestprobability - the probabilityalpha - the alphabeta - the betapublic IWorkbookFunctionsGamma_InvRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsGamma_InvRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsGamma_InvRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsGamma_InvRequestBuilderrequestOptions - the options for the request