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