public class WorkbookFunctionsDmaxRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsDmaxRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsDmaxRequestBuilder(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 WorkbookFunctionsDmax
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsDmaxRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsDmaxRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsDmaxRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsDmaxRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsDmaxRequestBuilder(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 IWorkbookFunctionsDmaxRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsDmaxRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsDmaxRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsDmaxRequestBuilderrequestOptions - the options for the request