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