public static interface RadarChartSortConfiguration.Builder extends SdkPojo, CopyableBuilder<RadarChartSortConfiguration.Builder,RadarChartSortConfiguration>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRadarChartSortConfiguration.Builder categorySort(Collection<FieldSortOptions> categorySort)
The category sort options of a radar chart.
categorySort - The category sort options of a radar chart.RadarChartSortConfiguration.Builder categorySort(FieldSortOptions... categorySort)
The category sort options of a radar chart.
categorySort - The category sort options of a radar chart.RadarChartSortConfiguration.Builder categorySort(Consumer<FieldSortOptions.Builder>... categorySort)
The category sort options of a radar 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 #categorySort(List.
categorySort - a consumer that will call methods on
FieldSortOptions.Builder#categorySort(java.util.Collection) RadarChartSortConfiguration.Builder categoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The category items limit for a radar chart.
categoryItemsLimit - The category items limit for a radar chart.default RadarChartSortConfiguration.Builder categoryItemsLimit(Consumer<ItemsLimitConfiguration.Builder> categoryItemsLimit)
The category items limit for a radar 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)RadarChartSortConfiguration.Builder colorSort(Collection<FieldSortOptions> colorSort)
The color sort configuration of a radar chart.
colorSort - The color sort configuration of a radar chart.RadarChartSortConfiguration.Builder colorSort(FieldSortOptions... colorSort)
The color sort configuration of a radar chart.
colorSort - The color sort configuration of a radar chart.RadarChartSortConfiguration.Builder colorSort(Consumer<FieldSortOptions.Builder>... colorSort)
The color sort configuration of a radar 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) RadarChartSortConfiguration.Builder colorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The color items limit of a radar chart.
colorItemsLimit - The color items limit of a radar chart.default RadarChartSortConfiguration.Builder colorItemsLimit(Consumer<ItemsLimitConfiguration.Builder> colorItemsLimit)
The color items limit of a radar 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)Copyright © 2023. All rights reserved.