public class WorkbookFunctionsMdurationRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsMdurationRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsMdurationRequestBuilder(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 WorkbookFunctionsMduration
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsMdurationRequest |
buildRequest()
Creates the IWorkbookFunctionsMdurationRequest
|
IWorkbookFunctionsMdurationRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsMdurationRequest 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 WorkbookFunctionsMdurationRequestBuilder(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 IWorkbookFunctionsMdurationRequest buildRequest()
buildRequest in interface IWorkbookFunctionsMdurationRequestBuilderpublic IWorkbookFunctionsMdurationRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsMdurationRequestBuilderrequestOptions - the options for the request