public class WorkbookFunctionsDstDevPRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsDstDevPRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsDstDevPRequestBuilder(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 WorkbookFunctionsDstDevP
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsDstDevPRequest |
buildRequest()
Creates the IWorkbookFunctionsDstDevPRequest
|
IWorkbookFunctionsDstDevPRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsDstDevPRequest 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 WorkbookFunctionsDstDevPRequestBuilder(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 IWorkbookFunctionsDstDevPRequest buildRequest()
buildRequest in interface IWorkbookFunctionsDstDevPRequestBuilderpublic IWorkbookFunctionsDstDevPRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsDstDevPRequestBuilderrequestOptions - the options for the request