Uses of Enum Class
com.mypurecloud.sdk.v2.model.CoachingAppointmentAggregateRequest.MetricsEnum
Packages that use CoachingAppointmentAggregateRequest.MetricsEnum
-
Uses of CoachingAppointmentAggregateRequest.MetricsEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CoachingAppointmentAggregateRequest.MetricsEnumModifier and TypeMethodDescriptionCoachingAppointmentAggregateRequest.MetricsEnum.fromString(String key) Returns the enum constant of this class with the specified name.CoachingAppointmentAggregateRequest.MetricsEnum.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 CoachingAppointmentAggregateRequest.MetricsEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CoachingAppointmentAggregateRequest.MetricsEnumModifier and TypeMethodDescriptionCoachingAppointmentAggregateRequest.metrics(List<CoachingAppointmentAggregateRequest.MetricsEnum> metrics) A list of metrics to aggregate.voidCoachingAppointmentAggregateRequest.setMetrics(List<CoachingAppointmentAggregateRequest.MetricsEnum> metrics)