public static interface TreeMapSortConfiguration.Builder extends SdkPojo, CopyableBuilder<TreeMapSortConfiguration.Builder,TreeMapSortConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default TreeMapSortConfiguration.Builder |
treeMapGroupItemsLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> treeMapGroupItemsLimitConfiguration)
The limit on the number of groups that are displayed.
|
TreeMapSortConfiguration.Builder |
treeMapGroupItemsLimitConfiguration(ItemsLimitConfiguration treeMapGroupItemsLimitConfiguration)
The limit on the number of groups that are displayed.
|
TreeMapSortConfiguration.Builder |
treeMapSort(Collection<FieldSortOptions> treeMapSort)
The sort configuration of group by fields.
|
TreeMapSortConfiguration.Builder |
treeMapSort(Consumer<FieldSortOptions.Builder>... treeMapSort)
The sort configuration of group by fields.
|
TreeMapSortConfiguration.Builder |
treeMapSort(FieldSortOptions... treeMapSort)
The sort configuration of group by fields.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTreeMapSortConfiguration.Builder treeMapSort(Collection<FieldSortOptions> treeMapSort)
The sort configuration of group by fields.
treeMapSort - The sort configuration of group by fields.TreeMapSortConfiguration.Builder treeMapSort(FieldSortOptions... treeMapSort)
The sort configuration of group by fields.
treeMapSort - The sort configuration of group by fields.TreeMapSortConfiguration.Builder treeMapSort(Consumer<FieldSortOptions.Builder>... treeMapSort)
The sort configuration of group by 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 #treeMapSort(List.
treeMapSort - a consumer that will call methods on
FieldSortOptions.Builder#treeMapSort(java.util.Collection) TreeMapSortConfiguration.Builder treeMapGroupItemsLimitConfiguration(ItemsLimitConfiguration treeMapGroupItemsLimitConfiguration)
The limit on the number of groups that are displayed.
treeMapGroupItemsLimitConfiguration - The limit on the number of groups that are displayed.default TreeMapSortConfiguration.Builder treeMapGroupItemsLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> treeMapGroupItemsLimitConfiguration)
The limit on the number of groups 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 treeMapGroupItemsLimitConfiguration(ItemsLimitConfiguration).
treeMapGroupItemsLimitConfiguration - a consumer that will call methods on ItemsLimitConfiguration.BuildertreeMapGroupItemsLimitConfiguration(ItemsLimitConfiguration)Copyright © 2023. All rights reserved.