public static class SortableEventQuery.SortClause extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SortableEventQuery.SortClause.Order
The order to apply.
|
Constructor and Description |
---|
SortClause(String property,
SortableEventQuery.SortClause.Order order) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
SortableEventQuery.SortClause.Order |
getOrder() |
String |
getProperty() |
int |
hashCode() |
String |
toString() |
public SortClause(String property, SortableEventQuery.SortClause.Order order)
public String getProperty()
public SortableEventQuery.SortClause.Order getOrder()
Copyright © 2004–2021 XWiki. All rights reserved.