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