public class WorkbookFunctionsCoupDaysNcRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsCoupDaysNcRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsCoupDaysNcRequestBuilder(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 frequency,
com.google.gson.JsonElement basis)
The request builder for this WorkbookFunctionsCoupDaysNc
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsCoupDaysNcRequest |
buildRequest()
Creates the IWorkbookFunctionsCoupDaysNcRequest
|
IWorkbookFunctionsCoupDaysNcRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsCoupDaysNcRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsCoupDaysNcRequestBuilder(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 frequency,
com.google.gson.JsonElement basis)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestsettlement - the settlementmaturity - the maturityfrequency - the frequencybasis - the basispublic IWorkbookFunctionsCoupDaysNcRequest buildRequest()
buildRequest in interface IWorkbookFunctionsCoupDaysNcRequestBuilderpublic IWorkbookFunctionsCoupDaysNcRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsCoupDaysNcRequestBuilderrequestOptions - the options for the request