public class WorkbookFunctionsSeriesSumRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsSeriesSumRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsSeriesSumRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement x,
com.google.gson.JsonElement n,
com.google.gson.JsonElement m,
com.google.gson.JsonElement coefficients)
The request builder for this WorkbookFunctionsSeriesSum
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsSeriesSumRequest |
buildRequest()
Creates the IWorkbookFunctionsSeriesSumRequest
|
IWorkbookFunctionsSeriesSumRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsSeriesSumRequest 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 WorkbookFunctionsSeriesSumRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement x,
com.google.gson.JsonElement n,
com.google.gson.JsonElement m,
com.google.gson.JsonElement coefficients)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestx - the xn - the nm - the mcoefficients - the coefficientspublic IWorkbookFunctionsSeriesSumRequest buildRequest()
buildRequest in interface IWorkbookFunctionsSeriesSumRequestBuilderpublic IWorkbookFunctionsSeriesSumRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsSeriesSumRequestBuilderrequestOptions - the options for the request