public class WorkbookFunctionsDvarPRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsDvarPRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsDvarPRequestBuilder(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 WorkbookFunctionsDvarP
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsDvarPRequest |
buildRequest()
Creates the IWorkbookFunctionsDvarPRequest
|
IWorkbookFunctionsDvarPRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsDvarPRequest 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 WorkbookFunctionsDvarPRequestBuilder(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 IWorkbookFunctionsDvarPRequest buildRequest()
buildRequest in interface IWorkbookFunctionsDvarPRequestBuilderpublic IWorkbookFunctionsDvarPRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsDvarPRequestBuilderrequestOptions - the options for the request