public class WorkbookFunctionsRandBetweenRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsRandBetweenRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsRandBetweenRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement bottom,
com.google.gson.JsonElement top)
The request builder for this WorkbookFunctionsRandBetween
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsRandBetweenRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsRandBetweenRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsRandBetweenRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsRandBetweenRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsRandBetweenRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement bottom,
com.google.gson.JsonElement top)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestbottom - the bottomtop - the toppublic IWorkbookFunctionsRandBetweenRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsRandBetweenRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsRandBetweenRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsRandBetweenRequestBuilderrequestOptions - the options for the request