public class WorkbookFunctionsWeekdayRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsWeekdayRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsWeekdayRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement serialNumber,
com.google.gson.JsonElement returnType)
The request builder for this WorkbookFunctionsWeekday
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsWeekdayRequest |
buildRequest()
Creates the IWorkbookFunctionsWeekdayRequest
|
IWorkbookFunctionsWeekdayRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsWeekdayRequest 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 WorkbookFunctionsWeekdayRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement serialNumber,
com.google.gson.JsonElement returnType)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestserialNumber - the serialNumberreturnType - the returnTypepublic IWorkbookFunctionsWeekdayRequest buildRequest()
buildRequest in interface IWorkbookFunctionsWeekdayRequestBuilderpublic IWorkbookFunctionsWeekdayRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsWeekdayRequestBuilderrequestOptions - the options for the request