public class WorkbookFunctionsTbillPriceRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsTbillPriceRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsTbillPriceRequestBuilder(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)
The request builder for this WorkbookFunctionsTbillPrice
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsTbillPriceRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsTbillPriceRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsTbillPriceRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsTbillPriceRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsTbillPriceRequestBuilder(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)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestsettlement - the settlementmaturity - the maturitydiscount - the discountpublic IWorkbookFunctionsTbillPriceRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsTbillPriceRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsTbillPriceRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsTbillPriceRequestBuilderrequestOptions - the options for the request