public class WorkbookFunctionsNetworkDays_IntlRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsNetworkDays_IntlRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsNetworkDays_IntlRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement startDate,
com.google.gson.JsonElement endDate,
com.google.gson.JsonElement weekend,
com.google.gson.JsonElement holidays)
The request builder for this WorkbookFunctionsNetworkDays_Intl
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsNetworkDays_IntlRequest |
buildRequest()
Creates the IWorkbookFunctionsNetworkDays_IntlRequest
|
IWorkbookFunctionsNetworkDays_IntlRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsNetworkDays_IntlRequest 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 WorkbookFunctionsNetworkDays_IntlRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement startDate,
com.google.gson.JsonElement endDate,
com.google.gson.JsonElement weekend,
com.google.gson.JsonElement holidays)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requeststartDate - the startDateendDate - the endDateweekend - the weekendholidays - the holidayspublic IWorkbookFunctionsNetworkDays_IntlRequest buildRequest()
buildRequest in interface IWorkbookFunctionsNetworkDays_IntlRequestBuilderpublic IWorkbookFunctionsNetworkDays_IntlRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsNetworkDays_IntlRequestBuilderrequestOptions - the options for the request