public class WorkbookFunctionsAccrIntMRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsAccrIntMRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsAccrIntMRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement issue,
com.google.gson.JsonElement settlement,
com.google.gson.JsonElement rate,
com.google.gson.JsonElement par,
com.google.gson.JsonElement basis)
The request builder for this WorkbookFunctionsAccrIntM
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsAccrIntMRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsAccrIntMRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsAccrIntMRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsAccrIntMRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsAccrIntMRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement issue,
com.google.gson.JsonElement settlement,
com.google.gson.JsonElement rate,
com.google.gson.JsonElement par,
com.google.gson.JsonElement basis)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestissue - the issuesettlement - the settlementrate - the ratepar - the parbasis - the basispublic IWorkbookFunctionsAccrIntMRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsAccrIntMRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsAccrIntMRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsAccrIntMRequestBuilderrequestOptions - the options for the request