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