public class WorkbookFunctionsDayRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsDayRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsDayRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement serialNumber)
The request builder for this WorkbookFunctionsDay
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsDayRequest |
buildRequest()
Creates the IWorkbookFunctionsDayRequest
|
IWorkbookFunctionsDayRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsDayRequest 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 WorkbookFunctionsDayRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement serialNumber)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestserialNumber - the serialNumberpublic IWorkbookFunctionsDayRequest buildRequest()
buildRequest in interface IWorkbookFunctionsDayRequestBuilderpublic IWorkbookFunctionsDayRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsDayRequestBuilderrequestOptions - the options for the request