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