Class OrderExpression
- java.lang.Object
-
- de.hybris.platform.integrationservices.search.OrderExpression
-
public final class OrderExpression extends java.lang.ObjectRepresents the OData order by attribute, e.g., for the query option "$orderby=price asc" the orderBy = price and orderType = asc.
-
-
Constructor Summary
Constructors Constructor Description OrderExpression(java.lang.String orderBy, OrderBySorting orderBySorting)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetOrderBy()OrderBySortinggetOrderBySorting()
-
-
-
Constructor Detail
-
OrderExpression
public OrderExpression(java.lang.String orderBy, OrderBySorting orderBySorting)
-
-
Method Detail
-
getOrderBy
public java.lang.String getOrderBy()
-
getOrderBySorting
public OrderBySorting getOrderBySorting()
-
-