Interface ObjectOrdering
- All Superinterfaces:
Serializable
Describes definition of object ordering.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable OrderDirection
Ordering direction, can return null, which should be interpreted as ascending.Item path by which to order - should not be null or empty.
-
Method Details
-
getOrderBy
ItemPath getOrderBy()Item path by which to order - should not be null or empty. -
getDirection
Ordering direction, can return null, which should be interpreted as ascending. -
equals
-