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, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public 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 IWorkbookTableSortRequestBuilder
public IWorkbookTableSortRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookTableSortRequestBuilder
requestOptions
- the options for this requestpublic IWorkbookTableSortApplyRequestBuilder apply(java.util.List<WorkbookSortField> fields, java.lang.Boolean matchCase, java.lang.String method)
apply
in interface IWorkbookTableSortRequestBuilder
public IWorkbookTableSortClearRequestBuilder clear()
clear
in interface IWorkbookTableSortRequestBuilder
public IWorkbookTableSortReapplyRequestBuilder reapply()
reapply
in interface IWorkbookTableSortRequestBuilder