public static interface SankeyDiagramSortConfiguration.Builder extends SdkPojo, CopyableBuilder<SankeyDiagramSortConfiguration.Builder,SankeyDiagramSortConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default SankeyDiagramSortConfiguration.Builder |
destinationItemsLimit(Consumer<ItemsLimitConfiguration.Builder> destinationItemsLimit)
The limit on the number of destination nodes that are displayed in a sankey diagram.
|
SankeyDiagramSortConfiguration.Builder |
destinationItemsLimit(ItemsLimitConfiguration destinationItemsLimit)
The limit on the number of destination nodes that are displayed in a sankey diagram.
|
default SankeyDiagramSortConfiguration.Builder |
sourceItemsLimit(Consumer<ItemsLimitConfiguration.Builder> sourceItemsLimit)
The limit on the number of source nodes that are displayed in a sankey diagram.
|
SankeyDiagramSortConfiguration.Builder |
sourceItemsLimit(ItemsLimitConfiguration sourceItemsLimit)
The limit on the number of source nodes that are displayed in a sankey diagram.
|
SankeyDiagramSortConfiguration.Builder |
weightSort(Collection<FieldSortOptions> weightSort)
The sort configuration of the weight fields.
|
SankeyDiagramSortConfiguration.Builder |
weightSort(Consumer<FieldSortOptions.Builder>... weightSort)
The sort configuration of the weight fields.
|
SankeyDiagramSortConfiguration.Builder |
weightSort(FieldSortOptions... weightSort)
The sort configuration of the weight fields.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSankeyDiagramSortConfiguration.Builder weightSort(Collection<FieldSortOptions> weightSort)
The sort configuration of the weight fields.
weightSort - The sort configuration of the weight fields.SankeyDiagramSortConfiguration.Builder weightSort(FieldSortOptions... weightSort)
The sort configuration of the weight fields.
weightSort - The sort configuration of the weight fields.SankeyDiagramSortConfiguration.Builder weightSort(Consumer<FieldSortOptions.Builder>... weightSort)
The sort configuration of the weight 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 #weightSort(List.
weightSort - a consumer that will call methods on
FieldSortOptions.Builder#weightSort(java.util.Collection) SankeyDiagramSortConfiguration.Builder sourceItemsLimit(ItemsLimitConfiguration sourceItemsLimit)
The limit on the number of source nodes that are displayed in a sankey diagram.
sourceItemsLimit - The limit on the number of source nodes that are displayed in a sankey diagram.default SankeyDiagramSortConfiguration.Builder sourceItemsLimit(Consumer<ItemsLimitConfiguration.Builder> sourceItemsLimit)
The limit on the number of source nodes that are displayed in a sankey diagram.
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 sourceItemsLimit(ItemsLimitConfiguration).
sourceItemsLimit - a consumer that will call methods on ItemsLimitConfiguration.BuildersourceItemsLimit(ItemsLimitConfiguration)SankeyDiagramSortConfiguration.Builder destinationItemsLimit(ItemsLimitConfiguration destinationItemsLimit)
The limit on the number of destination nodes that are displayed in a sankey diagram.
destinationItemsLimit - The limit on the number of destination nodes that are displayed in a sankey diagram.default SankeyDiagramSortConfiguration.Builder destinationItemsLimit(Consumer<ItemsLimitConfiguration.Builder> destinationItemsLimit)
The limit on the number of destination nodes that are displayed in a sankey diagram.
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 destinationItemsLimit(ItemsLimitConfiguration).
destinationItemsLimit - a consumer that will call methods on ItemsLimitConfiguration.BuilderdestinationItemsLimit(ItemsLimitConfiguration)Copyright © 2023. All rights reserved.