public class WorkbookFunctionsXirrRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsXirrRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsXirrRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement values,
com.google.gson.JsonElement dates,
com.google.gson.JsonElement guess)
The request builder for this WorkbookFunctionsXirr
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsXirrRequest |
buildRequest()
Creates the IWorkbookFunctionsXirrRequest
|
IWorkbookFunctionsXirrRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsXirrRequest 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 WorkbookFunctionsXirrRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement values,
com.google.gson.JsonElement dates,
com.google.gson.JsonElement guess)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestvalues - the valuesdates - the datesguess - the guesspublic IWorkbookFunctionsXirrRequest buildRequest()
buildRequest in interface IWorkbookFunctionsXirrRequestBuilderpublic IWorkbookFunctionsXirrRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsXirrRequestBuilderrequestOptions - the options for the request