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