public class CompositeAggregation
extends io.searchbox.core.search.aggregation.Aggregation
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CompositeAggregation.Entry  | 
| Constructor and Description | 
|---|
CompositeAggregation(String name,
                    com.google.gson.JsonObject compositeAggregation)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.gson.JsonObject | 
getAfterKey()  | 
List<CompositeAggregation.Entry> | 
getBuckets()  | 
boolean | 
hasAfterKey()  | 
public CompositeAggregation(String name, com.google.gson.JsonObject compositeAggregation)
public boolean hasAfterKey()
public com.google.gson.JsonObject getAfterKey()
public List<CompositeAggregation.Entry> getBuckets()
Copyright © 2020. All rights reserved.