Package com.mypurecloud.sdk.v2.model
Class SearchAggregation
java.lang.Object
com.mypurecloud.sdk.v2.model.SearchAggregation
- All Implemented Interfaces:
Serializable
SearchAggregation
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets orderstatic enumThe type of aggregation to perform -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe field used for aggregationgetField()getName()getOrder()getSize()getType()getValue()inthashCode()The name of the aggregation.order(List<SearchAggregation.OrderEnum> order) The order in which aggregation results are sortedvoidvoidvoidsetOrder(List<SearchAggregation.OrderEnum> order) voidvoidvoidThe number aggregations results to return out of the entire result settoString()The type of aggregation to performA value to use for aggregation
-
Constructor Details
-
SearchAggregation
public SearchAggregation() -
SearchAggregation
-
-
Method Details
-
field
The field used for aggregation -
getField
-
setField
-
name
The name of the aggregation. The response aggregation uses this name. -
getName
-
setName
-
type
The type of aggregation to perform -
getType
-
setType
-
value
A value to use for aggregation -
getValue
-
setValue
-
size
The number aggregations results to return out of the entire result set -
getSize
-
setSize
-
order
The order in which aggregation results are sorted -
getOrder
-
setOrder
-
equals
-
hashCode
public int hashCode() -
toString
-