public class WorkbookFunctionsAmorDegrcRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsAmorDegrcRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsAmorDegrcRequestBuilder(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 WorkbookFunctionsAmorDegrc
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsAmorDegrcRequest |
buildRequest()
Creates the IWorkbookFunctionsAmorDegrcRequest
|
IWorkbookFunctionsAmorDegrcRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsAmorDegrcRequest 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 WorkbookFunctionsAmorDegrcRequestBuilder(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 IWorkbookFunctionsAmorDegrcRequest buildRequest()
buildRequest in interface IWorkbookFunctionsAmorDegrcRequestBuilderpublic IWorkbookFunctionsAmorDegrcRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsAmorDegrcRequestBuilderrequestOptions - the options for the request