public class WorkbookFunctionsDaysRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsDaysRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsDaysRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement endDate,
com.google.gson.JsonElement startDate)
The request builder for this WorkbookFunctionsDays
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsDaysRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsDaysRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsDaysRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsDaysRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsDaysRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement endDate,
com.google.gson.JsonElement startDate)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestendDate - the endDatestartDate - the startDatepublic IWorkbookFunctionsDaysRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsDaysRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsDaysRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsDaysRequestBuilderrequestOptions - the options for the request