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