orderBy property

String orderBy
final

A comma-separated list of annotation fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Must also specify saved_query.

Implementation

final String orderBy;