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(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsWeekdayRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsWeekdayRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsWeekdayRequest
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public 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(Option... requestOptions)
buildRequest
in interface IWorkbookFunctionsWeekdayRequestBuilder
requestOptions
- the options for the requestpublic IWorkbookFunctionsWeekdayRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsWeekdayRequestBuilder
requestOptions
- the options for the request