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