public interface IWorkbookTableSortRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableSortApplyRequestBuilder |
apply(java.util.List<WorkbookSortField> fields,
java.lang.Boolean matchCase,
java.lang.String method) |
IWorkbookTableSortRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IWorkbookTableSortRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IWorkbookTableSortClearRequestBuilder |
clear() |
IWorkbookTableSortReapplyRequestBuilder |
reapply() |
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIWorkbookTableSortRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIWorkbookTableSortRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIWorkbookTableSortApplyRequestBuilder apply(java.util.List<WorkbookSortField> fields, java.lang.Boolean matchCase, java.lang.String method)
IWorkbookTableSortClearRequestBuilder clear()
IWorkbookTableSortReapplyRequestBuilder reapply()