public static interface DataPathSort.Builder extends SdkPojo, CopyableBuilder<DataPathSort.Builder,DataPathSort>
| Modifier and Type | Method and Description |
|---|---|
DataPathSort.Builder |
direction(SortDirection direction)
Determines the sort direction.
|
DataPathSort.Builder |
direction(String direction)
Determines the sort direction.
|
DataPathSort.Builder |
sortPaths(Collection<DataPathValue> sortPaths)
The list of data paths that need to be sorted.
|
DataPathSort.Builder |
sortPaths(Consumer<DataPathValue.Builder>... sortPaths)
The list of data paths that need to be sorted.
|
DataPathSort.Builder |
sortPaths(DataPathValue... sortPaths)
The list of data paths that need to be sorted.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataPathSort.Builder direction(String direction)
Determines the sort direction.
direction - Determines the sort direction.SortDirection,
SortDirectionDataPathSort.Builder direction(SortDirection direction)
Determines the sort direction.
direction - Determines the sort direction.SortDirection,
SortDirectionDataPathSort.Builder sortPaths(Collection<DataPathValue> sortPaths)
The list of data paths that need to be sorted.
sortPaths - The list of data paths that need to be sorted.DataPathSort.Builder sortPaths(DataPathValue... sortPaths)
The list of data paths that need to be sorted.
sortPaths - The list of data paths that need to be sorted.DataPathSort.Builder sortPaths(Consumer<DataPathValue.Builder>... sortPaths)
The list of data paths that need to be sorted.
This is a convenience method that creates an instance of theDataPathValue.Builder avoiding the need to create
one manually via DataPathValue.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #sortPaths(List.
sortPaths - a consumer that will call methods on
DataPathValue.Builder#sortPaths(java.util.Collection) Copyright © 2023. All rights reserved.