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