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