Uses of Enum Class
com.mypurecloud.sdk.v2.model.LearningAssignmentAggregateParam.GroupByEnum
Packages that use LearningAssignmentAggregateParam.GroupByEnum
-
Uses of LearningAssignmentAggregateParam.GroupByEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningAssignmentAggregateParam.GroupByEnumModifier and TypeMethodDescriptionLearningAssignmentAggregateParam.GroupByEnum.fromString(String key) Returns the enum constant of this class with the specified name.LearningAssignmentAggregateParam.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 LearningAssignmentAggregateParam.GroupByEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type LearningAssignmentAggregateParam.GroupByEnumModifier and TypeMethodDescriptionLearningAssignmentAggregateParam.groupBy(List<LearningAssignmentAggregateParam.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\")voidLearningAssignmentAggregateParam.setGroupBy(List<LearningAssignmentAggregateParam.GroupByEnum> groupBy)