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(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsDvarPRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsDvarPRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsDvarPRequest
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public 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(Option... requestOptions)
buildRequest
in interface IWorkbookFunctionsDvarPRequestBuilder
requestOptions
- the options for the requestpublic IWorkbookFunctionsDvarPRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsDvarPRequestBuilder
requestOptions
- the options for the request