public static interface SortCriterion.Builder extends SdkPojo, CopyableBuilder<SortCriterion.Builder,SortCriterion>
| Modifier and Type | Method and Description |
|---|---|
SortCriterion.Builder |
fieldName(String fieldName)
The name of the field on which to sort.
|
SortCriterion.Builder |
sort(Sort sort)
An ascending or descending sort.
|
SortCriterion.Builder |
sort(String sort)
An ascending or descending sort.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSortCriterion.Builder fieldName(String fieldName)
The name of the field on which to sort.
fieldName - The name of the field on which to sort.SortCriterion.Builder sort(String sort)
An ascending or descending sort.
SortCriterion.Builder sort(Sort sort)
An ascending or descending sort.
Copyright © 2023. All rights reserved.