public class WorkbookFunctionsAmorLincRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsAmorLincRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsAmorLincRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement cost,
com.google.gson.JsonElement datePurchased,
com.google.gson.JsonElement firstPeriod,
com.google.gson.JsonElement salvage,
com.google.gson.JsonElement period,
com.google.gson.JsonElement rate,
com.google.gson.JsonElement basis)
The request builder for this WorkbookFunctionsAmorLinc
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsAmorLincRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsAmorLincRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsAmorLincRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsAmorLincRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsAmorLincRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement cost,
com.google.gson.JsonElement datePurchased,
com.google.gson.JsonElement firstPeriod,
com.google.gson.JsonElement salvage,
com.google.gson.JsonElement period,
com.google.gson.JsonElement rate,
com.google.gson.JsonElement basis)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestcost - the costdatePurchased - the datePurchasedfirstPeriod - the firstPeriodsalvage - the salvageperiod - the periodrate - the ratebasis - the basispublic IWorkbookFunctionsAmorLincRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsAmorLincRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsAmorLincRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsAmorLincRequestBuilderrequestOptions - the options for the request