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