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