Package com.microsoft.graph.requests
Class WorkbookFilterApplyTopItemsFilterRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseActionRequestBuilder<WorkbookFilter>
com.microsoft.graph.requests.WorkbookFilterApplyTopItemsFilterRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class WorkbookFilterApplyTopItemsFilterRequestBuilder
extends com.microsoft.graph.http.BaseActionRequestBuilder<WorkbookFilter>
The class for the Workbook Filter Apply Top Items Filter Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionWorkbookFilterApplyTopItemsFilterRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this WorkbookFilterApplyTopItemsFilterWorkbookFilterApplyTopItemsFilterRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions, WorkbookFilterApplyTopItemsFilterParameterSet parameters) The request builder for this WorkbookFilterApplyTopItemsFilter -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the WorkbookFilterApplyTopItemsFilterRequestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the WorkbookFilterApplyTopItemsFilterRequest with specific requestOptions instead of the existing requestOptionsMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
WorkbookFilterApplyTopItemsFilterRequestBuilder
public WorkbookFilterApplyTopItemsFilterRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this WorkbookFilterApplyTopItemsFilter- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
WorkbookFilterApplyTopItemsFilterRequestBuilder
public WorkbookFilterApplyTopItemsFilterRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull WorkbookFilterApplyTopItemsFilterParameterSet parameters) The request builder for this WorkbookFilterApplyTopItemsFilter- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this requestparameters- the parameters for the service method
-
-
Method Details
-
buildRequest
@Nonnull public WorkbookFilterApplyTopItemsFilterRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the WorkbookFilterApplyTopItemsFilterRequest- Parameters:
requestOptions- the options for the request- Returns:
- the WorkbookFilterApplyTopItemsFilterRequest instance
-
buildRequest
@Nonnull public WorkbookFilterApplyTopItemsFilterRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the WorkbookFilterApplyTopItemsFilterRequest with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for the request- Returns:
- the WorkbookFilterApplyTopItemsFilterRequest instance
-