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