public class WorkbookFunctionsIsEvenRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsIsEvenRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsIsEvenRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number)
The request builder for this WorkbookFunctionsIsEven
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsIsEvenRequest |
buildRequest()
Creates the IWorkbookFunctionsIsEvenRequest
|
IWorkbookFunctionsIsEvenRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsIsEvenRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsIsEvenRequestBuilder(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 IWorkbookFunctionsIsEvenRequest buildRequest()
buildRequest in interface IWorkbookFunctionsIsEvenRequestBuilderpublic IWorkbookFunctionsIsEvenRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsIsEvenRequestBuilderrequestOptions - the options for the request