public static interface SortProperty.Builder extends SdkPojo, CopyableBuilder<SortProperty.Builder,SortProperty>
| Modifier and Type | Method and Description |
|---|---|
SortProperty.Builder |
direction(SortDirection direction)
The direction of the sort, either ascending or descending.
|
SortProperty.Builder |
direction(String direction)
The direction of the sort, either ascending or descending.
|
SortProperty.Builder |
field(String field)
The field to perform the sort on.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSortProperty.Builder field(String field)
The field to perform the sort on.
field - The field to perform the sort on.SortProperty.Builder direction(String direction)
The direction of the sort, either ascending or descending.
direction - The direction of the sort, either ascending or descending.SortDirection,
SortDirectionSortProperty.Builder direction(SortDirection direction)
The direction of the sort, either ascending or descending.
direction - The direction of the sort, either ascending or descending.SortDirection,
SortDirectionCopyright © 2023. All rights reserved.