public static interface FieldSort.Builder extends SdkPojo, CopyableBuilder<FieldSort.Builder,FieldSort>
| Modifier and Type | Method and Description |
|---|---|
FieldSort.Builder |
direction(SortDirection direction)
The sort direction.
|
FieldSort.Builder |
direction(String direction)
The sort direction.
|
FieldSort.Builder |
fieldId(String fieldId)
The sort configuration target field.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFieldSort.Builder fieldId(String fieldId)
The sort configuration target field.
fieldId - The sort configuration target field.FieldSort.Builder direction(String direction)
The sort direction. Choose one of the following options:
ASC: Ascending
DESC: Descending
direction - The sort direction. Choose one of the following options:
ASC: Ascending
DESC: Descending
SortDirection,
SortDirectionFieldSort.Builder direction(SortDirection direction)
The sort direction. Choose one of the following options:
ASC: Ascending
DESC: Descending
direction - The sort direction. Choose one of the following options:
ASC: Ascending
DESC: Descending
SortDirection,
SortDirectionCopyright © 2023. All rights reserved.