public class WorkbookFunctionsDays360RequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsDays360RequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsDays360RequestBuilder(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 method)
The request builder for this WorkbookFunctionsDays360
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsDays360Request |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsDays360Request with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsDays360Request |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsDays360Request
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsDays360RequestBuilder(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 method)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requeststartDate - the startDateendDate - the endDatemethod - the methodpublic IWorkbookFunctionsDays360Request buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsDays360RequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsDays360Request buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsDays360RequestBuilderrequestOptions - the options for the request