public class WorkbookFunctionsValueRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsValueRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsValueRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement text)
The request builder for this WorkbookFunctionsValue
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsValueRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsValueRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsValueRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsValueRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsValueRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement text)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requesttext - the textpublic IWorkbookFunctionsValueRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsValueRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsValueRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsValueRequestBuilderrequestOptions - the options for the request