Enum Class TranscriptAsyncAggregationQuery.QueryTypeEnum

java.lang.Object
java.lang.Enum<TranscriptAsyncAggregationQuery.QueryTypeEnum>
com.mypurecloud.sdk.v2.model.TranscriptAsyncAggregationQuery.QueryTypeEnum
All Implemented Interfaces:
Serializable, Comparable<TranscriptAsyncAggregationQuery.QueryTypeEnum>, java.lang.constant.Constable
Enclosing class:
TranscriptAsyncAggregationQuery

public static enum TranscriptAsyncAggregationQuery.QueryTypeEnum extends Enum<TranscriptAsyncAggregationQuery.QueryTypeEnum>
Query type to use. Use groupBy for all matching results, and topN/bottomN for N results ordered by the sortMetric. Default is groupBy.