public class WorkbookFunctionsTrimMeanRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsTrimMeanRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsTrimMeanRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement array,
com.google.gson.JsonElement percent)
The request builder for this WorkbookFunctionsTrimMean
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsTrimMeanRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsTrimMeanRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsTrimMeanRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsTrimMeanRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsTrimMeanRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement array,
com.google.gson.JsonElement percent)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestarray - the arraypercent - the percentpublic IWorkbookFunctionsTrimMeanRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsTrimMeanRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsTrimMeanRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsTrimMeanRequestBuilderrequestOptions - the options for the request