public class WorkbookFunctionsBeta_InvRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsBeta_InvRequestBuilder
bodyParams
Constructor and Description |
---|
WorkbookFunctionsBeta_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,
com.google.gson.JsonElement a,
com.google.gson.JsonElement b)
The request builder for this WorkbookFunctionsBeta_Inv
|
Modifier and Type | Method and Description |
---|---|
IWorkbookFunctionsBeta_InvRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsBeta_InvRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsBeta_InvRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsBeta_InvRequest
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public WorkbookFunctionsBeta_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, com.google.gson.JsonElement a, com.google.gson.JsonElement b)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestprobability
- the probabilityalpha
- the alphabeta
- the betaa
- the ab
- the bpublic IWorkbookFunctionsBeta_InvRequest buildRequest(Option... requestOptions)
buildRequest
in interface IWorkbookFunctionsBeta_InvRequestBuilder
requestOptions
- the options for the requestpublic IWorkbookFunctionsBeta_InvRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsBeta_InvRequestBuilder
requestOptions
- the options for the request