public class WorkbookFunctionsF_InvRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsF_InvRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsF_InvRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement probability,
com.google.gson.JsonElement degFreedom1,
com.google.gson.JsonElement degFreedom2)
The request builder for this WorkbookFunctionsF_Inv
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsF_InvRequest |
buildRequest()
Creates the IWorkbookFunctionsF_InvRequest
|
IWorkbookFunctionsF_InvRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsF_InvRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsF_InvRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement probability,
com.google.gson.JsonElement degFreedom1,
com.google.gson.JsonElement degFreedom2)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestprobability - the probabilitydegFreedom1 - the degFreedom1degFreedom2 - the degFreedom2public IWorkbookFunctionsF_InvRequest buildRequest()
buildRequest in interface IWorkbookFunctionsF_InvRequestBuilderpublic IWorkbookFunctionsF_InvRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsF_InvRequestBuilderrequestOptions - the options for the request