Package com.enonic.xp.query.expr
Class OrderExpressions
- java.lang.Object
-
- com.enonic.xp.support.AbstractImmutableEntityList<OrderExpr>
-
- com.enonic.xp.query.expr.OrderExpressions
-
@PublicApi public class OrderExpressions extends AbstractImmutableEntityList<OrderExpr>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OrderExpressions.Builder
-
Field Summary
-
Fields inherited from class com.enonic.xp.support.AbstractImmutableEntityList
list
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OrderExpressions.Builder
create()
static OrderExpressions
empty()
static OrderExpressions
from(OrderExpr... orderExprs)
static OrderExpressions
from(Collection<OrderExpr> orderExprs)
-
Methods inherited from class com.enonic.xp.support.AbstractImmutableEntityList
contains, equals, first, get, getList, getSize, hashCode, isEmpty, isNotEmpty, iterator, last, stream, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
empty
public static OrderExpressions empty()
-
from
public static OrderExpressions from(OrderExpr... orderExprs)
-
from
public static OrderExpressions from(Collection<OrderExpr> orderExprs)
-
create
public static OrderExpressions.Builder create()
-
-