public class WorkbookFunctionsCoupDaysRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsCoupDaysRequestBuilder
bodyParams
Constructor and Description |
---|
WorkbookFunctionsCoupDaysRequestBuilder(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 WorkbookFunctionsCoupDays
|
Modifier and Type | Method and Description |
---|---|
IWorkbookFunctionsCoupDaysRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsCoupDaysRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsCoupDaysRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsCoupDaysRequest
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public WorkbookFunctionsCoupDaysRequestBuilder(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 IWorkbookFunctionsCoupDaysRequest buildRequest(Option... requestOptions)
buildRequest
in interface IWorkbookFunctionsCoupDaysRequestBuilder
requestOptions
- the options for the requestpublic IWorkbookFunctionsCoupDaysRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsCoupDaysRequestBuilder
requestOptions
- the options for the request