public static interface HeatMapSortConfiguration.Builder extends SdkPojo, CopyableBuilder<HeatMapSortConfiguration.Builder,HeatMapSortConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default HeatMapSortConfiguration.Builder |
heatMapColumnItemsLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> heatMapColumnItemsLimitConfiguration)
The limit on the number of columns that are displayed in a heat map.
|
HeatMapSortConfiguration.Builder |
heatMapColumnItemsLimitConfiguration(ItemsLimitConfiguration heatMapColumnItemsLimitConfiguration)
The limit on the number of columns that are displayed in a heat map.
|
HeatMapSortConfiguration.Builder |
heatMapColumnSort(Collection<FieldSortOptions> heatMapColumnSort)
The column sort configuration for heat map for columns that aren't a part of a field well.
|
HeatMapSortConfiguration.Builder |
heatMapColumnSort(Consumer<FieldSortOptions.Builder>... heatMapColumnSort)
The column sort configuration for heat map for columns that aren't a part of a field well.
|
HeatMapSortConfiguration.Builder |
heatMapColumnSort(FieldSortOptions... heatMapColumnSort)
The column sort configuration for heat map for columns that aren't a part of a field well.
|
default HeatMapSortConfiguration.Builder |
heatMapRowItemsLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> heatMapRowItemsLimitConfiguration)
The limit on the number of rows that are displayed in a heat map.
|
HeatMapSortConfiguration.Builder |
heatMapRowItemsLimitConfiguration(ItemsLimitConfiguration heatMapRowItemsLimitConfiguration)
The limit on the number of rows that are displayed in a heat map.
|
HeatMapSortConfiguration.Builder |
heatMapRowSort(Collection<FieldSortOptions> heatMapRowSort)
The field sort configuration of the rows fields.
|
HeatMapSortConfiguration.Builder |
heatMapRowSort(Consumer<FieldSortOptions.Builder>... heatMapRowSort)
The field sort configuration of the rows fields.
|
HeatMapSortConfiguration.Builder |
heatMapRowSort(FieldSortOptions... heatMapRowSort)
The field sort configuration of the rows fields.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHeatMapSortConfiguration.Builder heatMapRowSort(Collection<FieldSortOptions> heatMapRowSort)
The field sort configuration of the rows fields.
heatMapRowSort - The field sort configuration of the rows fields.HeatMapSortConfiguration.Builder heatMapRowSort(FieldSortOptions... heatMapRowSort)
The field sort configuration of the rows fields.
heatMapRowSort - The field sort configuration of the rows fields.HeatMapSortConfiguration.Builder heatMapRowSort(Consumer<FieldSortOptions.Builder>... heatMapRowSort)
The field sort configuration of the rows 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 #heatMapRowSort(List.
heatMapRowSort - a consumer that will call methods on
FieldSortOptions.Builder#heatMapRowSort(java.util.Collection) HeatMapSortConfiguration.Builder heatMapColumnSort(Collection<FieldSortOptions> heatMapColumnSort)
The column sort configuration for heat map for columns that aren't a part of a field well.
heatMapColumnSort - The column sort configuration for heat map for columns that aren't a part of a field well.HeatMapSortConfiguration.Builder heatMapColumnSort(FieldSortOptions... heatMapColumnSort)
The column sort configuration for heat map for columns that aren't a part of a field well.
heatMapColumnSort - The column sort configuration for heat map for columns that aren't a part of a field well.HeatMapSortConfiguration.Builder heatMapColumnSort(Consumer<FieldSortOptions.Builder>... heatMapColumnSort)
The column sort configuration for heat map for columns that aren't a part of a field well.
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 #heatMapColumnSort(List.
heatMapColumnSort - a consumer that will call methods on
FieldSortOptions.Builder#heatMapColumnSort(java.util.Collection) HeatMapSortConfiguration.Builder heatMapRowItemsLimitConfiguration(ItemsLimitConfiguration heatMapRowItemsLimitConfiguration)
The limit on the number of rows that are displayed in a heat map.
heatMapRowItemsLimitConfiguration - The limit on the number of rows that are displayed in a heat map.default HeatMapSortConfiguration.Builder heatMapRowItemsLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> heatMapRowItemsLimitConfiguration)
The limit on the number of rows that are displayed in a heat map.
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 heatMapRowItemsLimitConfiguration(ItemsLimitConfiguration).
heatMapRowItemsLimitConfiguration - a consumer that will call methods on ItemsLimitConfiguration.BuilderheatMapRowItemsLimitConfiguration(ItemsLimitConfiguration)HeatMapSortConfiguration.Builder heatMapColumnItemsLimitConfiguration(ItemsLimitConfiguration heatMapColumnItemsLimitConfiguration)
The limit on the number of columns that are displayed in a heat map.
heatMapColumnItemsLimitConfiguration - The limit on the number of columns that are displayed in a heat map.default HeatMapSortConfiguration.Builder heatMapColumnItemsLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> heatMapColumnItemsLimitConfiguration)
The limit on the number of columns that are displayed in a heat map.
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 heatMapColumnItemsLimitConfiguration(ItemsLimitConfiguration).
heatMapColumnItemsLimitConfiguration - a consumer that will call methods on ItemsLimitConfiguration.BuilderheatMapColumnItemsLimitConfiguration(ItemsLimitConfiguration)Copyright © 2023. All rights reserved.