public class WorkbookChartFillSetSolidColorParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookChartFillSetSolidColorParameterSet.WorkbookChartFillSetSolidColorParameterSetBuilder
Fluent builder for the WorkbookChartFillSetSolidColorParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
color
The color.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookChartFillSetSolidColorParameterSet()
Instiaciates a new WorkbookChartFillSetSolidColorParameterSet
|
protected |
WorkbookChartFillSetSolidColorParameterSet(WorkbookChartFillSetSolidColorParameterSet.WorkbookChartFillSetSolidColorParameterSetBuilder builder)
Instiaciates a new WorkbookChartFillSetSolidColorParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static WorkbookChartFillSetSolidColorParameterSet.WorkbookChartFillSetSolidColorParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="color",
alternate="Color")
@Expose
@Nullable
public java.lang.String color
public WorkbookChartFillSetSolidColorParameterSet()
protected WorkbookChartFillSetSolidColorParameterSet(@Nonnull
WorkbookChartFillSetSolidColorParameterSet.WorkbookChartFillSetSolidColorParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookChartFillSetSolidColorParameterSet.WorkbookChartFillSetSolidColorParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()