public class WorkbookFunctionsIsLogicalRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsIsLogicalRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsIsLogicalRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement value)
The request builder for this WorkbookFunctionsIsLogical
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsIsLogicalRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsIsLogicalRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsIsLogicalRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsIsLogicalRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsIsLogicalRequestBuilder(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 IWorkbookFunctionsIsLogicalRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsIsLogicalRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsIsLogicalRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsIsLogicalRequestBuilderrequestOptions - the options for the request