public class WorkbookTableSortRequestBuilder extends BaseRequestBuilder implements IWorkbookTableSortRequestBuilder
| Constructor and Description |
|---|
WorkbookTableSortRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the WorkbookTableSort
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableSortApplyRequestBuilder |
apply(java.util.List<WorkbookSortField> fields,
java.lang.Boolean matchCase,
java.lang.String method) |
IWorkbookTableSortRequest |
buildRequest()
Creates the request
|
IWorkbookTableSortRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IWorkbookTableSortClearRequestBuilder |
clear() |
IWorkbookTableSortReapplyRequestBuilder |
reapply() |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookTableSortRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IWorkbookTableSortRequest buildRequest()
buildRequest in interface IWorkbookTableSortRequestBuilderpublic IWorkbookTableSortRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookTableSortRequestBuilderrequestOptions - the options for this requestpublic IWorkbookTableSortApplyRequestBuilder apply(java.util.List<WorkbookSortField> fields, java.lang.Boolean matchCase, java.lang.String method)
apply in interface IWorkbookTableSortRequestBuilderpublic IWorkbookTableSortClearRequestBuilder clear()
clear in interface IWorkbookTableSortRequestBuilderpublic IWorkbookTableSortReapplyRequestBuilder reapply()
reapply in interface IWorkbookTableSortRequestBuilder