Uses of Enum Class
com.mypurecloud.sdk.v2.model.BotAggregationQuery.GroupByEnum
Packages that use BotAggregationQuery.GroupByEnum
-
Uses of BotAggregationQuery.GroupByEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotAggregationQuery.GroupByEnumModifier and TypeMethodDescriptionBotAggregationQuery.GroupByEnum.fromString(String key) Returns the enum constant of this class with the specified name.static BotAggregationQuery.GroupByEnum[]BotAggregationQuery.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 BotAggregationQuery.GroupByEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BotAggregationQuery.GroupByEnumModifier and TypeMethodDescriptionBotAggregationQuery.groupBy(List<BotAggregationQuery.GroupByEnum> groupBy) Behaves like a SQL GROUPBY.voidBotAggregationQuery.setGroupBy(List<BotAggregationQuery.GroupByEnum> groupBy)