Package com.mypurecloud.sdk.v2.model
Class DocumentationV2SearchAggregation
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentationV2SearchAggregation
- All Implemented Interfaces:
Serializable
DocumentationV2SearchAggregation
- 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.The order in which aggregation results are sortedvoidvoidvoidvoidvoidvoidThe number aggregations results to return out of the entire result settoString()The type of aggregation to performA value to use for aggregation
-
Constructor Details
-
DocumentationV2SearchAggregation
public DocumentationV2SearchAggregation() -
DocumentationV2SearchAggregation
-
-
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
public DocumentationV2SearchAggregation order(List<DocumentationV2SearchAggregation.OrderEnum> order) The order in which aggregation results are sorted -
getOrder
-
setOrder
-
equals
-
hashCode
public int hashCode() -
toString
-