Class AggregationsRequest

java.lang.Object
java.util.AbstractMap<String,Aggregation>
com.atlassian.jira.search.aggregation.AggregationsRequest
All Implemented Interfaces:
Map<String,Aggregation>

@PublicApi public final class AggregationsRequest extends AbstractMap<String,Aggregation>
Container for multiple named Aggregations to be executed as part of a SearchRequest. The map keys represent aggregation names, and values define Aggregation instances.
Use the AggregationsRequest.Builder to create an instance of this class.
Since:
10.5