Class WorkbookFilterApplyBottomPercentFilterRequestBuilder

java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseActionRequestBuilder<WorkbookFilter>
com.microsoft.graph.requests.WorkbookFilterApplyBottomPercentFilterRequestBuilder
All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder

public class WorkbookFilterApplyBottomPercentFilterRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<WorkbookFilter>
The class for the Workbook Filter Apply Bottom Percent Filter Request Builder.
  • Constructor Details

    • WorkbookFilterApplyBottomPercentFilterRequestBuilder

      public WorkbookFilterApplyBottomPercentFilterRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions)
      The request builder for this WorkbookFilterApplyBottomPercentFilter
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
    • WorkbookFilterApplyBottomPercentFilterRequestBuilder

      public WorkbookFilterApplyBottomPercentFilterRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull WorkbookFilterApplyBottomPercentFilterParameterSet parameters)
      The request builder for this WorkbookFilterApplyBottomPercentFilter
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
      parameters - the parameters for the service method
  • Method Details

    • buildRequest

      @Nonnull public WorkbookFilterApplyBottomPercentFilterRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
      Creates the WorkbookFilterApplyBottomPercentFilterRequest
      Parameters:
      requestOptions - the options for the request
      Returns:
      the WorkbookFilterApplyBottomPercentFilterRequest instance
    • buildRequest

      @Nonnull public WorkbookFilterApplyBottomPercentFilterRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions)
      Creates the WorkbookFilterApplyBottomPercentFilterRequest with specific requestOptions instead of the existing requestOptions
      Parameters:
      requestOptions - the options for the request
      Returns:
      the WorkbookFilterApplyBottomPercentFilterRequest instance