public static interface FilledMapSortConfiguration.Builder extends SdkPojo, CopyableBuilder<FilledMapSortConfiguration.Builder,FilledMapSortConfiguration>
| Modifier and Type | Method and Description |
|---|---|
FilledMapSortConfiguration.Builder |
categorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the location fields.
|
FilledMapSortConfiguration.Builder |
categorySort(Consumer<FieldSortOptions.Builder>... categorySort)
The sort configuration of the location fields.
|
FilledMapSortConfiguration.Builder |
categorySort(FieldSortOptions... categorySort)
The sort configuration of the location fields.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilledMapSortConfiguration.Builder categorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the location fields.
categorySort - The sort configuration of the location fields.FilledMapSortConfiguration.Builder categorySort(FieldSortOptions... categorySort)
The sort configuration of the location fields.
categorySort - The sort configuration of the location fields.FilledMapSortConfiguration.Builder categorySort(Consumer<FieldSortOptions.Builder>... categorySort)
The sort configuration of the location 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 #categorySort(List.
categorySort - a consumer that will call methods on
FieldSortOptions.Builder#categorySort(java.util.Collection) Copyright © 2023. All rights reserved.