public static interface PieChartSortConfiguration.Builder extends SdkPojo, CopyableBuilder<PieChartSortConfiguration.Builder,PieChartSortConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default PieChartSortConfiguration.Builder |
categoryItemsLimit(Consumer<ItemsLimitConfiguration.Builder> categoryItemsLimit)
The limit on the number of categories that are displayed in a pie chart.
|
PieChartSortConfiguration.Builder |
categoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of categories that are displayed in a pie chart.
|
PieChartSortConfiguration.Builder |
categorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
|
PieChartSortConfiguration.Builder |
categorySort(Consumer<FieldSortOptions.Builder>... categorySort)
The sort configuration of the category fields.
|
PieChartSortConfiguration.Builder |
categorySort(FieldSortOptions... categorySort)
The sort configuration of the category fields.
|
default PieChartSortConfiguration.Builder |
smallMultiplesLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
|
PieChartSortConfiguration.Builder |
smallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
|
PieChartSortConfiguration.Builder |
smallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
|
PieChartSortConfiguration.Builder |
smallMultiplesSort(Consumer<FieldSortOptions.Builder>... smallMultiplesSort)
The sort configuration of the small multiples field.
|
PieChartSortConfiguration.Builder |
smallMultiplesSort(FieldSortOptions... smallMultiplesSort)
The sort configuration of the small multiples field.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPieChartSortConfiguration.Builder categorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
categorySort - The sort configuration of the category fields.PieChartSortConfiguration.Builder categorySort(FieldSortOptions... categorySort)
The sort configuration of the category fields.
categorySort - The sort configuration of the category fields.PieChartSortConfiguration.Builder categorySort(Consumer<FieldSortOptions.Builder>... categorySort)
The sort configuration of the 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) PieChartSortConfiguration.Builder categoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The limit on the number of categories that are displayed in a pie chart.
categoryItemsLimit - The limit on the number of categories that are displayed in a pie chart.default PieChartSortConfiguration.Builder categoryItemsLimit(Consumer<ItemsLimitConfiguration.Builder> categoryItemsLimit)
The limit on the number of categories that are displayed in a pie 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)PieChartSortConfiguration.Builder smallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
smallMultiplesSort - The sort configuration of the small multiples field.PieChartSortConfiguration.Builder smallMultiplesSort(FieldSortOptions... smallMultiplesSort)
The sort configuration of the small multiples field.
smallMultiplesSort - The sort configuration of the small multiples field.PieChartSortConfiguration.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) PieChartSortConfiguration.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 PieChartSortConfiguration.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.