Interface OrderByOption

All Superinterfaces:
QueryOption, SystemQueryOption

public interface OrderByOption extends SystemQueryOption
Represents the system query option $orderby For example: http://.../Employees?$orderby=Name, Age desc
  • Method Details

    • getOrders

      List<OrderByItem> getOrders()
      Returns:
      List of single orders used in $orderby