public static interface ColumnSort.Builder extends SdkPojo, CopyableBuilder<ColumnSort.Builder,ColumnSort>
| Modifier and Type | Method and Description |
|---|---|
ColumnSort.Builder |
aggregationFunction(AggregationFunction aggregationFunction)
The aggregation function that is defined in the column sort.
|
default ColumnSort.Builder |
aggregationFunction(Consumer<AggregationFunction.Builder> aggregationFunction)
The aggregation function that is defined in the column sort.
|
ColumnSort.Builder |
direction(SortDirection direction)
The sort direction.
|
ColumnSort.Builder |
direction(String direction)
The sort direction.
|
ColumnSort.Builder |
sortBy(ColumnIdentifier sortBy)
Sets the value of the SortBy property for this object.
|
default ColumnSort.Builder |
sortBy(Consumer<ColumnIdentifier.Builder> sortBy)
Sets the value of the SortBy property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildColumnSort.Builder sortBy(ColumnIdentifier sortBy)
sortBy - The new value for the SortBy property for this object.default ColumnSort.Builder sortBy(Consumer<ColumnIdentifier.Builder> sortBy)
ColumnIdentifier.Builder avoiding the
need to create one manually via ColumnIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sortBy(ColumnIdentifier).
sortBy - a consumer that will call methods on ColumnIdentifier.BuildersortBy(ColumnIdentifier)ColumnSort.Builder direction(String direction)
The sort direction.
direction - The sort direction.SortDirection,
SortDirectionColumnSort.Builder direction(SortDirection direction)
The sort direction.
direction - The sort direction.SortDirection,
SortDirectionColumnSort.Builder aggregationFunction(AggregationFunction aggregationFunction)
The aggregation function that is defined in the column sort.
aggregationFunction - The aggregation function that is defined in the column sort.default ColumnSort.Builder aggregationFunction(Consumer<AggregationFunction.Builder> aggregationFunction)
The aggregation function that is defined in the column sort.
This is a convenience method that creates an instance of theAggregationFunction.Builder avoiding the
need to create one manually via AggregationFunction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to aggregationFunction(AggregationFunction).
aggregationFunction - a consumer that will call methods on AggregationFunction.BuilderaggregationFunction(AggregationFunction)Copyright © 2023. All rights reserved.