public static interface GaugeChartArcConditionalFormatting.Builder extends SdkPojo, CopyableBuilder<GaugeChartArcConditionalFormatting.Builder,GaugeChartArcConditionalFormatting>
| Modifier and Type | Method and Description |
|---|---|
GaugeChartArcConditionalFormatting.Builder |
foregroundColor(ConditionalFormattingColor foregroundColor)
The conditional formatting of the arc foreground color.
|
default GaugeChartArcConditionalFormatting.Builder |
foregroundColor(Consumer<ConditionalFormattingColor.Builder> foregroundColor)
The conditional formatting of the arc foreground color.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGaugeChartArcConditionalFormatting.Builder foregroundColor(ConditionalFormattingColor foregroundColor)
The conditional formatting of the arc foreground color.
foregroundColor - The conditional formatting of the arc foreground color.default GaugeChartArcConditionalFormatting.Builder foregroundColor(Consumer<ConditionalFormattingColor.Builder> foregroundColor)
The conditional formatting of the arc foreground color.
This is a convenience method that creates an instance of theConditionalFormattingColor.Builder
avoiding the need to create one manually via ConditionalFormattingColor.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to foregroundColor(ConditionalFormattingColor).
foregroundColor - a consumer that will call methods on ConditionalFormattingColor.BuilderforegroundColor(ConditionalFormattingColor)Copyright © 2023. All rights reserved.