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