public static interface KPIOptions.Builder extends SdkPojo, CopyableBuilder<KPIOptions.Builder,KPIOptions>
| Modifier and Type | Method and Description |
|---|---|
KPIOptions.Builder |
comparison(ComparisonConfiguration comparison)
The comparison configuration of a KPI visual.
|
default KPIOptions.Builder |
comparison(Consumer<ComparisonConfiguration.Builder> comparison)
The comparison configuration of a KPI visual.
|
KPIOptions.Builder |
primaryValueDisplayType(PrimaryValueDisplayType primaryValueDisplayType)
The options that determine the primary value display type.
|
KPIOptions.Builder |
primaryValueDisplayType(String primaryValueDisplayType)
The options that determine the primary value display type.
|
default KPIOptions.Builder |
primaryValueFontConfiguration(Consumer<FontConfiguration.Builder> primaryValueFontConfiguration)
The options that determine the primary value font configuration.
|
KPIOptions.Builder |
primaryValueFontConfiguration(FontConfiguration primaryValueFontConfiguration)
The options that determine the primary value font configuration.
|
default KPIOptions.Builder |
progressBar(Consumer<ProgressBarOptions.Builder> progressBar)
The options that determine the presentation of the progress bar of a KPI visual.
|
KPIOptions.Builder |
progressBar(ProgressBarOptions progressBar)
The options that determine the presentation of the progress bar of a KPI visual.
|
default KPIOptions.Builder |
secondaryValue(Consumer<SecondaryValueOptions.Builder> secondaryValue)
The options that determine the presentation of the secondary value of a KPI visual.
|
KPIOptions.Builder |
secondaryValue(SecondaryValueOptions secondaryValue)
The options that determine the presentation of the secondary value of a KPI visual.
|
default KPIOptions.Builder |
secondaryValueFontConfiguration(Consumer<FontConfiguration.Builder> secondaryValueFontConfiguration)
The options that determine the secondary value font configuration.
|
KPIOptions.Builder |
secondaryValueFontConfiguration(FontConfiguration secondaryValueFontConfiguration)
The options that determine the secondary value font configuration.
|
default KPIOptions.Builder |
trendArrows(Consumer<TrendArrowOptions.Builder> trendArrows)
The options that determine the presentation of trend arrows in a KPI visual.
|
KPIOptions.Builder |
trendArrows(TrendArrowOptions trendArrows)
The options that determine the presentation of trend arrows in a KPI visual.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKPIOptions.Builder progressBar(ProgressBarOptions progressBar)
The options that determine the presentation of the progress bar of a KPI visual.
progressBar - The options that determine the presentation of the progress bar of a KPI visual.default KPIOptions.Builder progressBar(Consumer<ProgressBarOptions.Builder> progressBar)
The options that determine the presentation of the progress bar of a KPI visual.
This is a convenience method that creates an instance of theProgressBarOptions.Builder avoiding the
need to create one manually via ProgressBarOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to progressBar(ProgressBarOptions).
progressBar - a consumer that will call methods on ProgressBarOptions.BuilderprogressBar(ProgressBarOptions)KPIOptions.Builder trendArrows(TrendArrowOptions trendArrows)
The options that determine the presentation of trend arrows in a KPI visual.
trendArrows - The options that determine the presentation of trend arrows in a KPI visual.default KPIOptions.Builder trendArrows(Consumer<TrendArrowOptions.Builder> trendArrows)
The options that determine the presentation of trend arrows in a KPI visual.
This is a convenience method that creates an instance of theTrendArrowOptions.Builder avoiding the
need to create one manually via TrendArrowOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to trendArrows(TrendArrowOptions).
trendArrows - a consumer that will call methods on TrendArrowOptions.BuildertrendArrows(TrendArrowOptions)KPIOptions.Builder secondaryValue(SecondaryValueOptions secondaryValue)
The options that determine the presentation of the secondary value of a KPI visual.
secondaryValue - The options that determine the presentation of the secondary value of a KPI visual.default KPIOptions.Builder secondaryValue(Consumer<SecondaryValueOptions.Builder> secondaryValue)
The options that determine the presentation of the secondary value of a KPI visual.
This is a convenience method that creates an instance of theSecondaryValueOptions.Builder avoiding
the need to create one manually via SecondaryValueOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to secondaryValue(SecondaryValueOptions).
secondaryValue - a consumer that will call methods on SecondaryValueOptions.BuildersecondaryValue(SecondaryValueOptions)KPIOptions.Builder comparison(ComparisonConfiguration comparison)
The comparison configuration of a KPI visual.
comparison - The comparison configuration of a KPI visual.default KPIOptions.Builder comparison(Consumer<ComparisonConfiguration.Builder> comparison)
The comparison configuration of a KPI visual.
This is a convenience method that creates an instance of theComparisonConfiguration.Builder avoiding
the need to create one manually via ComparisonConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to comparison(ComparisonConfiguration).
comparison - a consumer that will call methods on ComparisonConfiguration.Buildercomparison(ComparisonConfiguration)KPIOptions.Builder primaryValueDisplayType(String primaryValueDisplayType)
The options that determine the primary value display type.
primaryValueDisplayType - The options that determine the primary value display type.PrimaryValueDisplayType,
PrimaryValueDisplayTypeKPIOptions.Builder primaryValueDisplayType(PrimaryValueDisplayType primaryValueDisplayType)
The options that determine the primary value display type.
primaryValueDisplayType - The options that determine the primary value display type.PrimaryValueDisplayType,
PrimaryValueDisplayTypeKPIOptions.Builder primaryValueFontConfiguration(FontConfiguration primaryValueFontConfiguration)
The options that determine the primary value font configuration.
primaryValueFontConfiguration - The options that determine the primary value font configuration.default KPIOptions.Builder primaryValueFontConfiguration(Consumer<FontConfiguration.Builder> primaryValueFontConfiguration)
The options that determine the primary value font configuration.
This is a convenience method that creates an instance of theFontConfiguration.Builder avoiding the
need to create one manually via FontConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to primaryValueFontConfiguration(FontConfiguration).
primaryValueFontConfiguration - a consumer that will call methods on FontConfiguration.BuilderprimaryValueFontConfiguration(FontConfiguration)KPIOptions.Builder secondaryValueFontConfiguration(FontConfiguration secondaryValueFontConfiguration)
The options that determine the secondary value font configuration.
secondaryValueFontConfiguration - The options that determine the secondary value font configuration.default KPIOptions.Builder secondaryValueFontConfiguration(Consumer<FontConfiguration.Builder> secondaryValueFontConfiguration)
The options that determine the secondary value font configuration.
This is a convenience method that creates an instance of theFontConfiguration.Builder avoiding the
need to create one manually via FontConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to secondaryValueFontConfiguration(FontConfiguration).
secondaryValueFontConfiguration - a consumer that will call methods on FontConfiguration.BuildersecondaryValueFontConfiguration(FontConfiguration)Copyright © 2023. All rights reserved.