public class WorkbookFunctionsYieldRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsYieldRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsYieldRequestBuilder(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 rate,
com.google.gson.JsonElement pr,
com.google.gson.JsonElement redemption,
com.google.gson.JsonElement frequency,
com.google.gson.JsonElement basis)
The request builder for this WorkbookFunctionsYield
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsYieldRequest |
buildRequest()
Creates the IWorkbookFunctionsYieldRequest
|
IWorkbookFunctionsYieldRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsYieldRequest 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 WorkbookFunctionsYieldRequestBuilder(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 rate,
com.google.gson.JsonElement pr,
com.google.gson.JsonElement redemption,
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 maturityrate - the ratepr - the prredemption - the redemptionfrequency - the frequencybasis - the basispublic IWorkbookFunctionsYieldRequest buildRequest()
buildRequest in interface IWorkbookFunctionsYieldRequestBuilderpublic IWorkbookFunctionsYieldRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsYieldRequestBuilderrequestOptions - the options for the request