public class WorkbookFunctionsT_DistRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsT_DistRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsT_DistRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement x,
com.google.gson.JsonElement degFreedom,
com.google.gson.JsonElement cumulative)
The request builder for this WorkbookFunctionsT_Dist
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsT_DistRequest |
buildRequest()
Creates the IWorkbookFunctionsT_DistRequest
|
IWorkbookFunctionsT_DistRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsT_DistRequest 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 WorkbookFunctionsT_DistRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement x,
com.google.gson.JsonElement degFreedom,
com.google.gson.JsonElement cumulative)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestx - the xdegFreedom - the degFreedomcumulative - the cumulativepublic IWorkbookFunctionsT_DistRequest buildRequest()
buildRequest in interface IWorkbookFunctionsT_DistRequestBuilderpublic IWorkbookFunctionsT_DistRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsT_DistRequestBuilderrequestOptions - the options for the request