Uses of Enum Class
com.mypurecloud.sdk.v2.model.TranscriptAggregationQuery.GroupByEnum
Packages that use TranscriptAggregationQuery.GroupByEnum
-
Uses of TranscriptAggregationQuery.GroupByEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TranscriptAggregationQuery.GroupByEnumModifier and TypeMethodDescriptionTranscriptAggregationQuery.GroupByEnum.fromString(String key) Returns the enum constant of this class with the specified name.TranscriptAggregationQuery.GroupByEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type TranscriptAggregationQuery.GroupByEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type TranscriptAggregationQuery.GroupByEnumModifier and TypeMethodDescriptionTranscriptAggregationQuery.groupBy(List<TranscriptAggregationQuery.GroupByEnum> groupBy) Behaves like a SQL GROUPBY.voidTranscriptAggregationQuery.setGroupBy(List<TranscriptAggregationQuery.GroupByEnum> groupBy)