public class WorkbookFunctionsWorkDay_IntlRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsWorkDay_IntlRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsWorkDay_IntlRequestBuilder(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 weekend,
com.google.gson.JsonElement holidays)
The request builder for this WorkbookFunctionsWorkDay_Intl
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsWorkDay_IntlRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsWorkDay_IntlRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsWorkDay_IntlRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsWorkDay_IntlRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsWorkDay_IntlRequestBuilder(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 weekend,
com.google.gson.JsonElement holidays)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requeststartDate - the startDatedays - the daysweekend - the weekendholidays - the holidayspublic IWorkbookFunctionsWorkDay_IntlRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsWorkDay_IntlRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsWorkDay_IntlRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsWorkDay_IntlRequestBuilderrequestOptions - the options for the request