public class WorkbookProcessQueryRequestBuilder extends BaseActionRequestBuilder implements IWorkbookProcessQueryRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookProcessQueryRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
byte[] input)
The request builder for this WorkbookProcessQuery
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookProcessQueryRequest |
buildRequest()
Creates the IWorkbookProcessQueryRequest
|
IWorkbookProcessQueryRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookProcessQueryRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookProcessQueryRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
byte[] input)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestinput - the inputpublic IWorkbookProcessQueryRequest buildRequest()
buildRequest in interface IWorkbookProcessQueryRequestBuilderpublic IWorkbookProcessQueryRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookProcessQueryRequestBuilderrequestOptions - the options for the request