public class WorkbookFunctionsYieldMatRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsYieldMatRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsYieldMatRequestBuilder(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 pr,
com.google.gson.JsonElement basis)
The request builder for this WorkbookFunctionsYieldMat
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsYieldMatRequest |
buildRequest()
Creates the IWorkbookFunctionsYieldMatRequest
|
IWorkbookFunctionsYieldMatRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsYieldMatRequest 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 WorkbookFunctionsYieldMatRequestBuilder(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 pr,
com.google.gson.JsonElement basis)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestsettlement - the settlementmaturity - the maturityissue - the issuerate - the ratepr - the prbasis - the basispublic IWorkbookFunctionsYieldMatRequest buildRequest()
buildRequest in interface IWorkbookFunctionsYieldMatRequestBuilderpublic IWorkbookFunctionsYieldMatRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsYieldMatRequestBuilderrequestOptions - the options for the request