public class WorkbookFunctionsSubtotalRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsSubtotalRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsSubtotalRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement functionNum,
com.google.gson.JsonElement values)
The request builder for this WorkbookFunctionsSubtotal
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsSubtotalRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsSubtotalRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsSubtotalRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsSubtotalRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsSubtotalRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement functionNum,
com.google.gson.JsonElement values)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestfunctionNum - the functionNumvalues - the valuespublic IWorkbookFunctionsSubtotalRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsSubtotalRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsSubtotalRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsSubtotalRequestBuilderrequestOptions - the options for the request