public class WorkbookFunctionsDurationRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsDurationRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsDurationRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement settlement,
com.google.gson.JsonElement maturity,
com.google.gson.JsonElement coupon,
com.google.gson.JsonElement yld,
com.google.gson.JsonElement frequency,
com.google.gson.JsonElement basis)
The request builder for this WorkbookFunctionsDuration
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsDurationRequest |
buildRequest()
Creates the IWorkbookFunctionsDurationRequest
|
IWorkbookFunctionsDurationRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsDurationRequest 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 WorkbookFunctionsDurationRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement settlement,
com.google.gson.JsonElement maturity,
com.google.gson.JsonElement coupon,
com.google.gson.JsonElement yld,
com.google.gson.JsonElement frequency,
com.google.gson.JsonElement basis)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestsettlement - the settlementmaturity - the maturitycoupon - the couponyld - the yldfrequency - the frequencybasis - the basispublic IWorkbookFunctionsDurationRequest buildRequest()
buildRequest in interface IWorkbookFunctionsDurationRequestBuilderpublic IWorkbookFunctionsDurationRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsDurationRequestBuilderrequestOptions - the options for the request