public class WorkbookFilterApplyBottomPercentFilterRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<WorkbookFilter>
| Constructor and Description |
|---|
WorkbookFilterApplyBottomPercentFilterRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for this WorkbookFilterApplyBottomPercentFilter
|
WorkbookFilterApplyBottomPercentFilterRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
WorkbookFilterApplyBottomPercentFilterParameterSet parameters)
The request builder for this WorkbookFilterApplyBottomPercentFilter
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFilterApplyBottomPercentFilterRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the WorkbookFilterApplyBottomPercentFilterRequest with specific requestOptions instead of the existing requestOptions
|
WorkbookFilterApplyBottomPercentFilterRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the WorkbookFilterApplyBottomPercentFilterRequest
|
public WorkbookFilterApplyBottomPercentFilterRequestBuilder(@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 requestpublic WorkbookFilterApplyBottomPercentFilterRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
@Nonnull
WorkbookFilterApplyBottomPercentFilterParameterSet parameters)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestparameters - the parameters for the service method@Nonnull public WorkbookFilterApplyBottomPercentFilterRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for the request@Nonnull public WorkbookFilterApplyBottomPercentFilterRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for the request