public class WorkbookFunctionsDiscRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsDiscRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsDiscRequestBuilder(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 pr,
com.google.gson.JsonElement redemption,
com.google.gson.JsonElement basis)
The request builder for this WorkbookFunctionsDisc
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsDiscRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsDiscRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsDiscRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsDiscRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsDiscRequestBuilder(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 pr,
com.google.gson.JsonElement redemption,
com.google.gson.JsonElement basis)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestsettlement - the settlementmaturity - the maturitypr - the prredemption - the redemptionbasis - the basispublic IWorkbookFunctionsDiscRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsDiscRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsDiscRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsDiscRequestBuilderrequestOptions - the options for the request