public static interface LineChartSortConfiguration.Builder extends SdkPojo, CopyableBuilder<LineChartSortConfiguration.Builder,LineChartSortConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default LineChartSortConfiguration.Builder |
categoryItemsLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> categoryItemsLimitConfiguration)
The limit on the number of categories that are displayed in a line chart.
|
LineChartSortConfiguration.Builder |
categoryItemsLimitConfiguration(ItemsLimitConfiguration categoryItemsLimitConfiguration)
The limit on the number of categories that are displayed in a line chart.
|
LineChartSortConfiguration.Builder |
categorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
|
LineChartSortConfiguration.Builder |
categorySort(Consumer<FieldSortOptions.Builder>... categorySort)
The sort configuration of the category fields.
|
LineChartSortConfiguration.Builder |
categorySort(FieldSortOptions... categorySort)
The sort configuration of the category fields.
|
default LineChartSortConfiguration.Builder |
colorItemsLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> colorItemsLimitConfiguration)
The limit on the number of lines that are displayed in a line chart.
|
LineChartSortConfiguration.Builder |
colorItemsLimitConfiguration(ItemsLimitConfiguration colorItemsLimitConfiguration)
The limit on the number of lines that are displayed in a line chart.
|
default LineChartSortConfiguration.Builder |
smallMultiplesLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
|
LineChartSortConfiguration.Builder |
smallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
|
LineChartSortConfiguration.Builder |
smallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
|
LineChartSortConfiguration.Builder |
smallMultiplesSort(Consumer<FieldSortOptions.Builder>... smallMultiplesSort)
The sort configuration of the small multiples field.
|
LineChartSortConfiguration.Builder |
smallMultiplesSort(FieldSortOptions... smallMultiplesSort)
The sort configuration of the small multiples field.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLineChartSortConfiguration.Builder categorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
categorySort - The sort configuration of the category fields.LineChartSortConfiguration.Builder categorySort(FieldSortOptions... categorySort)
The sort configuration of the category fields.
categorySort - The sort configuration of the category fields.LineChartSortConfiguration.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) LineChartSortConfiguration.Builder categoryItemsLimitConfiguration(ItemsLimitConfiguration categoryItemsLimitConfiguration)
The limit on the number of categories that are displayed in a line chart.
categoryItemsLimitConfiguration - The limit on the number of categories that are displayed in a line chart.default LineChartSortConfiguration.Builder categoryItemsLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> categoryItemsLimitConfiguration)
The limit on the number of categories that are displayed in a line 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 categoryItemsLimitConfiguration(ItemsLimitConfiguration).
categoryItemsLimitConfiguration - a consumer that will call methods on ItemsLimitConfiguration.BuildercategoryItemsLimitConfiguration(ItemsLimitConfiguration)LineChartSortConfiguration.Builder colorItemsLimitConfiguration(ItemsLimitConfiguration colorItemsLimitConfiguration)
The limit on the number of lines that are displayed in a line chart.
colorItemsLimitConfiguration - The limit on the number of lines that are displayed in a line chart.default LineChartSortConfiguration.Builder colorItemsLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> colorItemsLimitConfiguration)
The limit on the number of lines that are displayed in a line 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 colorItemsLimitConfiguration(ItemsLimitConfiguration).
colorItemsLimitConfiguration - a consumer that will call methods on ItemsLimitConfiguration.BuildercolorItemsLimitConfiguration(ItemsLimitConfiguration)LineChartSortConfiguration.Builder smallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
smallMultiplesSort - The sort configuration of the small multiples field.LineChartSortConfiguration.Builder smallMultiplesSort(FieldSortOptions... smallMultiplesSort)
The sort configuration of the small multiples field.
smallMultiplesSort - The sort configuration of the small multiples field.LineChartSortConfiguration.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) LineChartSortConfiguration.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 LineChartSortConfiguration.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.