public class WorkbookFunctionsF_Inv_RTRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsF_Inv_RTRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsF_Inv_RTRequestBuilder(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_RT
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsF_Inv_RTRequest |
buildRequest()
Creates the IWorkbookFunctionsF_Inv_RTRequest
|
IWorkbookFunctionsF_Inv_RTRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsF_Inv_RTRequest 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_Inv_RTRequestBuilder(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_Inv_RTRequest buildRequest()
buildRequest in interface IWorkbookFunctionsF_Inv_RTRequestBuilderpublic IWorkbookFunctionsF_Inv_RTRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsF_Inv_RTRequestBuilderrequestOptions - the options for the request