public class WorkbookFunctionsYieldDiscRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsYieldDiscRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsYieldDiscRequestBuilder(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 pr,
com.google.gson.JsonElement redemption,
com.google.gson.JsonElement basis)
The request builder for this WorkbookFunctionsYieldDisc
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsYieldDiscRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsYieldDiscRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsYieldDiscRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsYieldDiscRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsYieldDiscRequestBuilder(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 pr,
com.google.gson.JsonElement redemption,
com.google.gson.JsonElement basis)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestsettlement - the settlementmaturity - the maturitypr - the prredemption - the redemptionbasis - the basispublic IWorkbookFunctionsYieldDiscRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsYieldDiscRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsYieldDiscRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsYieldDiscRequestBuilderrequestOptions - the options for the request