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