Uses of Enum Class
com.mypurecloud.sdk.v2.model.DevelopmentActivityAggregateParam.GroupByEnum
Packages that use DevelopmentActivityAggregateParam.GroupByEnum
-
Uses of DevelopmentActivityAggregateParam.GroupByEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DevelopmentActivityAggregateParam.GroupByEnumModifier and TypeMethodDescriptionDevelopmentActivityAggregateParam.GroupByEnum.fromString(String key) Returns the enum constant of this class with the specified name.DevelopmentActivityAggregateParam.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 DevelopmentActivityAggregateParam.GroupByEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DevelopmentActivityAggregateParam.GroupByEnumModifier and TypeMethodDescriptionDevelopmentActivityAggregateParam.groupBy(List<DevelopmentActivityAggregateParam.GroupByEnum> groupBy) Specifies if the aggregated data is combined into a single set of metrics (groupBy is empty or not specified), or contains an element per attendeeId (groupBy is \"attendeeId\")voidDevelopmentActivityAggregateParam.setGroupBy(List<DevelopmentActivityAggregateParam.GroupByEnum> groupBy)