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, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public 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 IWorkbookFunctionsIsErrRequestBuilder
requestOptions
- the options for the requestpublic IWorkbookFunctionsIsErrRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsIsErrRequestBuilder
requestOptions
- the options for the request