Package com.microsoft.graph.models
Class WorkbookFilterApplyCellColorFilterParameterSet.WorkbookFilterApplyCellColorFilterParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFilterApplyCellColorFilterParameterSet.WorkbookFilterApplyCellColorFilterParameterSetBuilder
- Enclosing class:
WorkbookFilterApplyCellColorFilterParameterSet
public static final class WorkbookFilterApplyCellColorFilterParameterSet.WorkbookFilterApplyCellColorFilterParameterSetBuilder
extends Object
Fluent builder for the WorkbookFilterApplyCellColorFilterParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFilterApplyCellColorFilterParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestWorkbookFilterApplyCellColorFilterParameterSet.WorkbookFilterApplyCellColorFilterParameterSetBuilderSets the Color
-
Field Details
-
color
The color parameter value
-
-
Constructor Details
-
WorkbookFilterApplyCellColorFilterParameterSetBuilder
@Nullable protected WorkbookFilterApplyCellColorFilterParameterSetBuilder()Instanciates a new WorkbookFilterApplyCellColorFilterParameterSetBuilder
-
-
Method Details
-
withColor
@Nonnull public WorkbookFilterApplyCellColorFilterParameterSet.WorkbookFilterApplyCellColorFilterParameterSetBuilder withColor(@Nullable String val) Sets the Color- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-