Class OrderExpression


  • public final class OrderExpression
    extends java.lang.Object
    Represents the OData order by attribute, e.g., for the query option "$orderby=price asc" the orderBy = price and orderType = asc.
    • Constructor Detail

      • OrderExpression

        public OrderExpression​(java.lang.String orderBy,
                               OrderBySorting orderBySorting)
    • Method Detail

      • getOrderBy

        public java.lang.String getOrderBy()