public static interface BarChartSortConfiguration.Builder extends SdkPojo, CopyableBuilder<BarChartSortConfiguration.Builder,BarChartSortConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default BarChartSortConfiguration.Builder |
categoryItemsLimit(Consumer<ItemsLimitConfiguration.Builder> categoryItemsLimit)
The limit on the number of categories displayed in a bar chart.
|
BarChartSortConfiguration.Builder |
categoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of categories displayed in a bar chart.
|
BarChartSortConfiguration.Builder |
categorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of category fields.
|
BarChartSortConfiguration.Builder |
categorySort(Consumer<FieldSortOptions.Builder>... categorySort)
The sort configuration of category fields.
|
BarChartSortConfiguration.Builder |
categorySort(FieldSortOptions... categorySort)
The sort configuration of category fields.
|
default BarChartSortConfiguration.Builder |
colorItemsLimit(Consumer<ItemsLimitConfiguration.Builder> colorItemsLimit)
The limit on the number of values displayed in a bar chart.
|
BarChartSortConfiguration.Builder |
colorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The limit on the number of values displayed in a bar chart.
|
BarChartSortConfiguration.Builder |
colorSort(Collection<FieldSortOptions> colorSort)
The sort configuration of color fields in a bar chart.
|
BarChartSortConfiguration.Builder |
colorSort(Consumer<FieldSortOptions.Builder>... colorSort)
The sort configuration of color fields in a bar chart.
|
BarChartSortConfiguration.Builder |
colorSort(FieldSortOptions... colorSort)
The sort configuration of color fields in a bar chart.
|
default BarChartSortConfiguration.Builder |
smallMultiplesLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
|
BarChartSortConfiguration.Builder |
smallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
|
BarChartSortConfiguration.Builder |
smallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
|
BarChartSortConfiguration.Builder |
smallMultiplesSort(Consumer<FieldSortOptions.Builder>... smallMultiplesSort)
The sort configuration of the small multiples field.
|
BarChartSortConfiguration.Builder |
smallMultiplesSort(FieldSortOptions... smallMultiplesSort)
The sort configuration of the small multiples field.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBarChartSortConfiguration.Builder categorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of category fields.
categorySort - The sort configuration of category fields.BarChartSortConfiguration.Builder categorySort(FieldSortOptions... categorySort)
The sort configuration of category fields.
categorySort - The sort configuration of category fields.BarChartSortConfiguration.Builder categorySort(Consumer<FieldSortOptions.Builder>... categorySort)
The sort configuration of category fields.
This is a convenience method that creates an instance of theFieldSortOptions.Builder avoiding the need to create
one manually via FieldSortOptions.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #categorySort(List.
categorySort - a consumer that will call methods on
FieldSortOptions.Builder#categorySort(java.util.Collection) BarChartSortConfiguration.Builder categoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of categories displayed in a bar chart.
categoryItemsLimit - The limit on the number of categories displayed in a bar chart.default BarChartSortConfiguration.Builder categoryItemsLimit(Consumer<ItemsLimitConfiguration.Builder> categoryItemsLimit)
The limit on the number of categories displayed in a bar chart.
This is a convenience method that creates an instance of theItemsLimitConfiguration.Builder avoiding
the need to create one manually via ItemsLimitConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to categoryItemsLimit(ItemsLimitConfiguration).
categoryItemsLimit - a consumer that will call methods on ItemsLimitConfiguration.BuildercategoryItemsLimit(ItemsLimitConfiguration)BarChartSortConfiguration.Builder colorSort(Collection<FieldSortOptions> colorSort)
The sort configuration of color fields in a bar chart.
colorSort - The sort configuration of color fields in a bar chart.BarChartSortConfiguration.Builder colorSort(FieldSortOptions... colorSort)
The sort configuration of color fields in a bar chart.
colorSort - The sort configuration of color fields in a bar chart.BarChartSortConfiguration.Builder colorSort(Consumer<FieldSortOptions.Builder>... colorSort)
The sort configuration of color fields in a bar chart.
This is a convenience method that creates an instance of theFieldSortOptions.Builder avoiding the need to create
one manually via FieldSortOptions.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #colorSort(List.
colorSort - a consumer that will call methods on
FieldSortOptions.Builder#colorSort(java.util.Collection) BarChartSortConfiguration.Builder colorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The limit on the number of values displayed in a bar chart.
colorItemsLimit - The limit on the number of values displayed in a bar chart.default BarChartSortConfiguration.Builder colorItemsLimit(Consumer<ItemsLimitConfiguration.Builder> colorItemsLimit)
The limit on the number of values displayed in a bar chart.
This is a convenience method that creates an instance of theItemsLimitConfiguration.Builder avoiding
the need to create one manually via ItemsLimitConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to colorItemsLimit(ItemsLimitConfiguration).
colorItemsLimit - a consumer that will call methods on ItemsLimitConfiguration.BuildercolorItemsLimit(ItemsLimitConfiguration)BarChartSortConfiguration.Builder smallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
smallMultiplesSort - The sort configuration of the small multiples field.BarChartSortConfiguration.Builder smallMultiplesSort(FieldSortOptions... smallMultiplesSort)
The sort configuration of the small multiples field.
smallMultiplesSort - The sort configuration of the small multiples field.BarChartSortConfiguration.Builder smallMultiplesSort(Consumer<FieldSortOptions.Builder>... smallMultiplesSort)
The sort configuration of the small multiples field.
This is a convenience method that creates an instance of theFieldSortOptions.Builder avoiding the need to create
one manually via FieldSortOptions.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #smallMultiplesSort(List.
smallMultiplesSort - a consumer that will call methods on
FieldSortOptions.Builder#smallMultiplesSort(java.util.Collection) BarChartSortConfiguration.Builder smallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
smallMultiplesLimitConfiguration - The limit on the number of small multiples panels that are displayed.default BarChartSortConfiguration.Builder smallMultiplesLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
This is a convenience method that creates an instance of theItemsLimitConfiguration.Builder avoiding
the need to create one manually via ItemsLimitConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to smallMultiplesLimitConfiguration(ItemsLimitConfiguration).
smallMultiplesLimitConfiguration - a consumer that will call methods on ItemsLimitConfiguration.BuildersmallMultiplesLimitConfiguration(ItemsLimitConfiguration)Copyright © 2023. All rights reserved.