Package com.microsoft.graph.models
Class WorkbookFilterApplyFontColorFilterParameterSet.WorkbookFilterApplyFontColorFilterParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFilterApplyFontColorFilterParameterSet.WorkbookFilterApplyFontColorFilterParameterSetBuilder
- Enclosing class:
WorkbookFilterApplyFontColorFilterParameterSet
public static final class WorkbookFilterApplyFontColorFilterParameterSet.WorkbookFilterApplyFontColorFilterParameterSetBuilder
extends Object
Fluent builder for the WorkbookFilterApplyFontColorFilterParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFilterApplyFontColorFilterParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestWorkbookFilterApplyFontColorFilterParameterSet.WorkbookFilterApplyFontColorFilterParameterSetBuilderSets the Color
-
Field Details
-
color
The color parameter value
-
-
Constructor Details
-
WorkbookFilterApplyFontColorFilterParameterSetBuilder
@Nullable protected WorkbookFilterApplyFontColorFilterParameterSetBuilder()Instanciates a new WorkbookFilterApplyFontColorFilterParameterSetBuilder
-
-
Method Details
-
withColor
@Nonnull public WorkbookFilterApplyFontColorFilterParameterSet.WorkbookFilterApplyFontColorFilterParameterSetBuilder 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
-