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