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(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsF_Inv_RTRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsF_Inv_RTRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsF_Inv_RTRequest
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public 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(Option... requestOptions)
buildRequest
in interface IWorkbookFunctionsF_Inv_RTRequestBuilder
requestOptions
- the options for the requestpublic IWorkbookFunctionsF_Inv_RTRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsF_Inv_RTRequestBuilder
requestOptions
- the options for the request