public static interface ComboChartSortConfiguration.Builder extends SdkPojo, CopyableBuilder<ComboChartSortConfiguration.Builder,ComboChartSortConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default ComboChartSortConfiguration.Builder |
categoryItemsLimit(Consumer<ItemsLimitConfiguration.Builder> categoryItemsLimit)
The item limit configuration for the category field well of a combo chart.
|
ComboChartSortConfiguration.Builder |
categoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The item limit configuration for the category field well of a combo chart.
|
ComboChartSortConfiguration.Builder |
categorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category field well in a combo chart.
|
ComboChartSortConfiguration.Builder |
categorySort(Consumer<FieldSortOptions.Builder>... categorySort)
The sort configuration of the category field well in a combo chart.
|
ComboChartSortConfiguration.Builder |
categorySort(FieldSortOptions... categorySort)
The sort configuration of the category field well in a combo chart.
|
default ComboChartSortConfiguration.Builder |
colorItemsLimit(Consumer<ItemsLimitConfiguration.Builder> colorItemsLimit)
The item limit configuration of the color field well in a combo chart.
|
ComboChartSortConfiguration.Builder |
colorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The item limit configuration of the color field well in a combo chart.
|
ComboChartSortConfiguration.Builder |
colorSort(Collection<FieldSortOptions> colorSort)
The sort configuration of the color field well in a combo chart.
|
ComboChartSortConfiguration.Builder |
colorSort(Consumer<FieldSortOptions.Builder>... colorSort)
The sort configuration of the color field well in a combo chart.
|
ComboChartSortConfiguration.Builder |
colorSort(FieldSortOptions... colorSort)
The sort configuration of the color field well in a combo chart.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComboChartSortConfiguration.Builder categorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category field well in a combo chart.
categorySort - The sort configuration of the category field well in a combo chart.ComboChartSortConfiguration.Builder categorySort(FieldSortOptions... categorySort)
The sort configuration of the category field well in a combo chart.
categorySort - The sort configuration of the category field well in a combo chart.ComboChartSortConfiguration.Builder categorySort(Consumer<FieldSortOptions.Builder>... categorySort)
The sort configuration of the category field well in a combo 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) ComboChartSortConfiguration.Builder categoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The item limit configuration for the category field well of a combo chart.
categoryItemsLimit - The item limit configuration for the category field well of a combo chart.default ComboChartSortConfiguration.Builder categoryItemsLimit(Consumer<ItemsLimitConfiguration.Builder> categoryItemsLimit)
The item limit configuration for the category field well of a combo 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)ComboChartSortConfiguration.Builder colorSort(Collection<FieldSortOptions> colorSort)
The sort configuration of the color field well in a combo chart.
colorSort - The sort configuration of the color field well in a combo chart.ComboChartSortConfiguration.Builder colorSort(FieldSortOptions... colorSort)
The sort configuration of the color field well in a combo chart.
colorSort - The sort configuration of the color field well in a combo chart.ComboChartSortConfiguration.Builder colorSort(Consumer<FieldSortOptions.Builder>... colorSort)
The sort configuration of the color field well in a combo 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) ComboChartSortConfiguration.Builder colorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The item limit configuration of the color field well in a combo chart.
colorItemsLimit - The item limit configuration of the color field well in a combo chart.default ComboChartSortConfiguration.Builder colorItemsLimit(Consumer<ItemsLimitConfiguration.Builder> colorItemsLimit)
The item limit configuration of the color field well in a combo 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.