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, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public 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 IWorkbookFunctionsAccrIntMRequestBuilder
requestOptions
- the options for the requestpublic IWorkbookFunctionsAccrIntMRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsAccrIntMRequestBuilder
requestOptions
- the options for the request