public class WorkbookTableSortApplyRequestBuilder extends BaseActionRequestBuilder implements IWorkbookTableSortApplyRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookTableSortApplyRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.util.List<WorkbookSortField> fields,
java.lang.Boolean matchCase,
java.lang.String method)
The request builder for this WorkbookTableSortApply
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableSortApplyRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookTableSortApplyRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookTableSortApplyRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookTableSortApplyRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookTableSortApplyRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.util.List<WorkbookSortField> fields,
java.lang.Boolean matchCase,
java.lang.String method)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestfields - the fieldsmatchCase - the matchCasemethod - the methodpublic IWorkbookTableSortApplyRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookTableSortApplyRequestBuilderrequestOptions - the options for the requestpublic IWorkbookTableSortApplyRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookTableSortApplyRequestBuilderrequestOptions - the options for the request