public static interface WaterfallChartSortConfiguration.Builder extends SdkPojo, CopyableBuilder<WaterfallChartSortConfiguration.Builder,WaterfallChartSortConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default WaterfallChartSortConfiguration.Builder |
breakdownItemsLimit(Consumer<ItemsLimitConfiguration.Builder> breakdownItemsLimit)
The limit on the number of bar groups that are displayed.
|
WaterfallChartSortConfiguration.Builder |
breakdownItemsLimit(ItemsLimitConfiguration breakdownItemsLimit)
The limit on the number of bar groups that are displayed.
|
WaterfallChartSortConfiguration.Builder |
categorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
|
WaterfallChartSortConfiguration.Builder |
categorySort(Consumer<FieldSortOptions.Builder>... categorySort)
The sort configuration of the category fields.
|
WaterfallChartSortConfiguration.Builder |
categorySort(FieldSortOptions... categorySort)
The sort configuration of the category fields.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWaterfallChartSortConfiguration.Builder categorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
categorySort - The sort configuration of the category fields.WaterfallChartSortConfiguration.Builder categorySort(FieldSortOptions... categorySort)
The sort configuration of the category fields.
categorySort - The sort configuration of the category fields.WaterfallChartSortConfiguration.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) WaterfallChartSortConfiguration.Builder breakdownItemsLimit(ItemsLimitConfiguration breakdownItemsLimit)
The limit on the number of bar groups that are displayed.
breakdownItemsLimit - The limit on the number of bar groups that are displayed.default WaterfallChartSortConfiguration.Builder breakdownItemsLimit(Consumer<ItemsLimitConfiguration.Builder> breakdownItemsLimit)
The limit on the number of bar groups 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 breakdownItemsLimit(ItemsLimitConfiguration).
breakdownItemsLimit - a consumer that will call methods on ItemsLimitConfiguration.BuilderbreakdownItemsLimit(ItemsLimitConfiguration)Copyright © 2023. All rights reserved.