public class WorkbookFunctionsPriceRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsPriceRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsPriceRequestBuilder(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 rate,
com.google.gson.JsonElement yld,
com.google.gson.JsonElement redemption,
com.google.gson.JsonElement frequency,
com.google.gson.JsonElement basis)
The request builder for this WorkbookFunctionsPrice
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsPriceRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsPriceRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsPriceRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsPriceRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsPriceRequestBuilder(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 rate,
com.google.gson.JsonElement yld,
com.google.gson.JsonElement redemption,
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 maturityrate - the rateyld - the yldredemption - the redemptionfrequency - the frequencybasis - the basispublic IWorkbookFunctionsPriceRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsPriceRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsPriceRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsPriceRequestBuilderrequestOptions - the options for the request