public class WorkbookFunctionsCoupNumRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsCoupNumRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsCoupNumRequestBuilder(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 WorkbookFunctionsCoupNum
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsCoupNumRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsCoupNumRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsCoupNumRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsCoupNumRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsCoupNumRequestBuilder(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 IWorkbookFunctionsCoupNumRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsCoupNumRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsCoupNumRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsCoupNumRequestBuilderrequestOptions - the options for the request