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