public class WorkbookFunctionsPriceMatRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsPriceMatRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsPriceMatRequestBuilder(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 issue,
com.google.gson.JsonElement rate,
com.google.gson.JsonElement yld,
com.google.gson.JsonElement basis)
The request builder for this WorkbookFunctionsPriceMat
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsPriceMatRequest |
buildRequest()
Creates the IWorkbookFunctionsPriceMatRequest
|
IWorkbookFunctionsPriceMatRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsPriceMatRequest 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 WorkbookFunctionsPriceMatRequestBuilder(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 issue,
com.google.gson.JsonElement rate,
com.google.gson.JsonElement yld,
com.google.gson.JsonElement basis)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestsettlement - the settlementmaturity - the maturityissue - the issuerate - the rateyld - the yldbasis - the basispublic IWorkbookFunctionsPriceMatRequest buildRequest()
buildRequest in interface IWorkbookFunctionsPriceMatRequestBuilderpublic IWorkbookFunctionsPriceMatRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsPriceMatRequestBuilderrequestOptions - the options for the request