orderBy property

String orderBy
final

A comma-separated list of fields to order by, sorted in ascending order by default. Use desc after a field name for descending.

Implementation

final String orderBy;