public class WorkbookFunctionsDvarRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsDvarRequestBuilder
bodyParams
Constructor and Description |
---|
WorkbookFunctionsDvarRequestBuilder(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 WorkbookFunctionsDvar
|
Modifier and Type | Method and Description |
---|---|
IWorkbookFunctionsDvarRequest |
buildRequest()
Creates the IWorkbookFunctionsDvarRequest
|
IWorkbookFunctionsDvarRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsDvarRequest 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 WorkbookFunctionsDvarRequestBuilder(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 IWorkbookFunctionsDvarRequest buildRequest()
buildRequest
in interface IWorkbookFunctionsDvarRequestBuilder
public IWorkbookFunctionsDvarRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsDvarRequestBuilder
requestOptions
- the options for the request