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, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public 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 IWorkbookFunctionsTrimMeanRequestBuilder
requestOptions
- the options for the requestpublic IWorkbookFunctionsTrimMeanRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsTrimMeanRequestBuilder
requestOptions
- the options for the request