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