| SortOrder.Builder |
addSortAscending(SortableMetadataField
sortField)
Adds the
SortableMetadataField to be used to sort the query results in
ascending order of the values of the sortField.
|
| SortOrder.Builder |
addSortDescending(SortableMetadataField
sortField)
Adds the
SortableMetadataField to be used to sort the query results in
descending order of the values of the sortField.
|
| SortOrder |
build()
|
Adds the SortableMetadataField
to be used to sort the query results in ascending order of the values of the sortField.
Query results are sorted in the same order the fields are added.
| sortField | the field to be used to sort the query results in ascending order, see
SortableField
for the list of fields that can be used to sort query results |
|---|
Adds the SortableMetadataField
to be used to sort the query results in descending order of the values of the
sortField. Query results are sorted in the same order the fields are added.
| sortField | the field to be used to sort the query results in descending order, see
SortableField
for the list of fields that can be used to sort query results |
|---|