public class WorkbookFunctionsWorkDayRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsWorkDayRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsWorkDayRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement startDate,
com.google.gson.JsonElement days,
com.google.gson.JsonElement holidays)
The request builder for this WorkbookFunctionsWorkDay
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsWorkDayRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsWorkDayRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsWorkDayRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsWorkDayRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsWorkDayRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement startDate,
com.google.gson.JsonElement days,
com.google.gson.JsonElement holidays)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requeststartDate - the startDatedays - the daysholidays - the holidayspublic IWorkbookFunctionsWorkDayRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsWorkDayRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsWorkDayRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsWorkDayRequestBuilderrequestOptions - the options for the request