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