Package com.microsoft.graph.requests
Class WorkbookFilterRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<WorkbookFilter>
com.microsoft.graph.requests.WorkbookFilterRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class WorkbookFilterRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<WorkbookFilter>
The class for the Workbook Filter Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionWorkbookFilterRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the WorkbookFilter -
Method Summary
Modifier and TypeMethodDescriptionapply(WorkbookFilterApplyParameterSet parameters) Gets a builder to execute the methodGets a builder to execute the methodGets a builder to execute the methodGets a builder to execute the methodGets a builder to execute the methodGets a builder to execute the methodGets a builder to execute the methodGets a builder to execute the methodGets a builder to execute the methodGets a builder to execute the methodGets a builder to execute the methodbuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsclear()Gets a builder to execute the methodMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
WorkbookFilterRequestBuilder
public WorkbookFilterRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the WorkbookFilter- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public WorkbookFilterRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the WorkbookFilterRequest instance
-
buildRequest
@Nonnull public WorkbookFilterRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for this request- Returns:
- the WorkbookFilterRequest instance
-
apply
@Nonnull public WorkbookFilterApplyRequestBuilder apply(@Nonnull WorkbookFilterApplyParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
applyBottomItemsFilter
@Nonnull public WorkbookFilterApplyBottomItemsFilterRequestBuilder applyBottomItemsFilter(@Nonnull WorkbookFilterApplyBottomItemsFilterParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
applyBottomPercentFilter
@Nonnull public WorkbookFilterApplyBottomPercentFilterRequestBuilder applyBottomPercentFilter(@Nonnull WorkbookFilterApplyBottomPercentFilterParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
applyCellColorFilter
@Nonnull public WorkbookFilterApplyCellColorFilterRequestBuilder applyCellColorFilter(@Nonnull WorkbookFilterApplyCellColorFilterParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
applyCustomFilter
@Nonnull public WorkbookFilterApplyCustomFilterRequestBuilder applyCustomFilter(@Nonnull WorkbookFilterApplyCustomFilterParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
applyDynamicFilter
@Nonnull public WorkbookFilterApplyDynamicFilterRequestBuilder applyDynamicFilter(@Nonnull WorkbookFilterApplyDynamicFilterParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
applyFontColorFilter
@Nonnull public WorkbookFilterApplyFontColorFilterRequestBuilder applyFontColorFilter(@Nonnull WorkbookFilterApplyFontColorFilterParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
applyIconFilter
@Nonnull public WorkbookFilterApplyIconFilterRequestBuilder applyIconFilter(@Nonnull WorkbookFilterApplyIconFilterParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
applyTopItemsFilter
@Nonnull public WorkbookFilterApplyTopItemsFilterRequestBuilder applyTopItemsFilter(@Nonnull WorkbookFilterApplyTopItemsFilterParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
applyTopPercentFilter
@Nonnull public WorkbookFilterApplyTopPercentFilterRequestBuilder applyTopPercentFilter(@Nonnull WorkbookFilterApplyTopPercentFilterParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
applyValuesFilter
@Nonnull public WorkbookFilterApplyValuesFilterRequestBuilder applyValuesFilter(@Nonnull WorkbookFilterApplyValuesFilterParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
clear
Gets a builder to execute the method- Returns:
- the request builder
-