public class WorkbookFunctionsIntRateRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsIntRateRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsIntRateRequestBuilder(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 investment,
com.google.gson.JsonElement redemption,
com.google.gson.JsonElement basis)
The request builder for this WorkbookFunctionsIntRate
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsIntRateRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsIntRateRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsIntRateRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsIntRateRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsIntRateRequestBuilder(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 investment,
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 maturityinvestment - the investmentredemption - the redemptionbasis - the basispublic IWorkbookFunctionsIntRateRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsIntRateRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsIntRateRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsIntRateRequestBuilderrequestOptions - the options for the request