public class WorkbookFunctionsDproductRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsDproductRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsDproductRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement database,
com.google.gson.JsonElement field,
com.google.gson.JsonElement criteria)
The request builder for this WorkbookFunctionsDproduct
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsDproductRequest |
buildRequest()
Creates the IWorkbookFunctionsDproductRequest
|
IWorkbookFunctionsDproductRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsDproductRequest 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 WorkbookFunctionsDproductRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement database,
com.google.gson.JsonElement field,
com.google.gson.JsonElement criteria)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestdatabase - the databasefield - the fieldcriteria - the criteriapublic IWorkbookFunctionsDproductRequest buildRequest()
buildRequest in interface IWorkbookFunctionsDproductRequestBuilderpublic IWorkbookFunctionsDproductRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsDproductRequestBuilderrequestOptions - the options for the request