public class WorkbookTableSortRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<WorkbookTableSort>
Constructor and Description |
---|
WorkbookTableSortRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for the WorkbookTableSort
|
Modifier and Type | Method and Description |
---|---|
WorkbookTableSortApplyRequestBuilder |
apply(WorkbookTableSortApplyParameterSet parameters)
Gets a builder to execute the method
|
WorkbookTableSortRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
WorkbookTableSortRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
WorkbookTableSortClearRequestBuilder |
clear()
Gets a builder to execute the method
|
WorkbookTableSortReapplyRequestBuilder |
reapply()
Gets a builder to execute the method
|
public WorkbookTableSortRequestBuilder(@Nonnull java.lang.String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request@Nonnull public WorkbookTableSortRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions
- the options for this request@Nonnull public WorkbookTableSortRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions
- the options for this request@Nonnull public WorkbookTableSortApplyRequestBuilder apply(@Nonnull WorkbookTableSortApplyParameterSet parameters)
parameters
- the parameters for the service method@Nonnull public WorkbookTableSortClearRequestBuilder clear()
@Nonnull public WorkbookTableSortReapplyRequestBuilder reapply()