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