public class WorkbookFunctionsMaxARequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsMaxARequestBuilder
bodyParams
Constructor and Description |
---|
WorkbookFunctionsMaxARequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement values)
The request builder for this WorkbookFunctionsMaxA
|
Modifier and Type | Method and Description |
---|---|
IWorkbookFunctionsMaxARequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsMaxARequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsMaxARequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsMaxARequest
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public WorkbookFunctionsMaxARequestBuilder(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 IWorkbookFunctionsMaxARequest buildRequest(Option... requestOptions)
buildRequest
in interface IWorkbookFunctionsMaxARequestBuilder
requestOptions
- the options for the requestpublic IWorkbookFunctionsMaxARequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsMaxARequestBuilder
requestOptions
- the options for the request