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