public class WorkbookFunctionsYearFracRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsYearFracRequestBuilder
bodyParams
Constructor and Description |
---|
WorkbookFunctionsYearFracRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement startDate,
com.google.gson.JsonElement endDate,
com.google.gson.JsonElement basis)
The request builder for this WorkbookFunctionsYearFrac
|
Modifier and Type | Method and Description |
---|---|
IWorkbookFunctionsYearFracRequest |
buildRequest()
Creates the IWorkbookFunctionsYearFracRequest
|
IWorkbookFunctionsYearFracRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsYearFracRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public WorkbookFunctionsYearFracRequestBuilder(java.lang.String requestUrl, IBaseClient client, java.util.List<? extends Option> requestOptions, com.google.gson.JsonElement startDate, com.google.gson.JsonElement endDate, com.google.gson.JsonElement basis)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requeststartDate
- the startDateendDate
- the endDatebasis
- the basispublic IWorkbookFunctionsYearFracRequest buildRequest()
buildRequest
in interface IWorkbookFunctionsYearFracRequestBuilder
public IWorkbookFunctionsYearFracRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsYearFracRequestBuilder
requestOptions
- the options for the request