java.lang.Object | |
↳ | com.google.android.gms.drive.query.SortOrder.Builder |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds the
SortableMetadataField to be used to sort the query results in ascending
order of the values of the sortField. | |||||||||||
Adds the
SortableMetadataField to be used to sort the query results in descending
order of the values of the sortField. | |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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.
Parameters | |
---|---|
sortField |
SortableMetadataField :
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
|
Returns | |
---|---|
SortOrder.Builder |
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.
Parameters | |
---|---|
sortField |
SortableMetadataField :
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
|
Returns | |
---|---|
SortOrder.Builder |