public class WorkbookFunctionsAccrIntRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsAccrIntRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsAccrIntRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement issue,
com.google.gson.JsonElement firstInterest,
com.google.gson.JsonElement settlement,
com.google.gson.JsonElement rate,
com.google.gson.JsonElement par,
com.google.gson.JsonElement frequency,
com.google.gson.JsonElement basis,
com.google.gson.JsonElement calcMethod)
The request builder for this WorkbookFunctionsAccrInt
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsAccrIntRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsAccrIntRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsAccrIntRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsAccrIntRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsAccrIntRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement issue,
com.google.gson.JsonElement firstInterest,
com.google.gson.JsonElement settlement,
com.google.gson.JsonElement rate,
com.google.gson.JsonElement par,
com.google.gson.JsonElement frequency,
com.google.gson.JsonElement basis,
com.google.gson.JsonElement calcMethod)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestissue - the issuefirstInterest - the firstInterestsettlement - the settlementrate - the ratepar - the parfrequency - the frequencybasis - the basiscalcMethod - the calcMethodpublic IWorkbookFunctionsAccrIntRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsAccrIntRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsAccrIntRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsAccrIntRequestBuilderrequestOptions - the options for the request