public final class OrderBy
extends java.lang.Object
Constructor and Description |
---|
OrderBy() |
Modifier and Type | Method and Description |
---|---|
OrderBy |
addProperty(java.lang.String property)
Add the specified Event property to the order by list using the default sort (ASC).
|
OrderBy |
addProperty(java.lang.String property,
Sort sort)
Add the specified Event property to the order by list using specified sort.
|
public OrderBy addProperty(java.lang.String property)
property
- The Event property to be included in the order by expression.