public static interface QueryAggregation.Builder
QueryAggregation builder.| Modifier and Type | Method and Description |
|---|---|
QueryAggregation |
build()
Build the
QueryAggregation instance. |
QueryAggregation.Builder |
filter(QueryFilter filter)
Set the query aggregation filter.
|
QueryAggregation.Builder |
path(Path<?> path)
Add a query aggregation path.
|
QueryAggregation.Builder path(Path<?> path)
path - Path to add (not null)QueryAggregation.Builder filter(QueryFilter filter)
filter - Filter to setQueryAggregation build()
QueryAggregation instance.Copyright © 2019 The Holon Platform. All rights reserved.