Uses of Enum Class
com.mypurecloud.sdk.v2.model.ExternalMetricDataItem.TypeEnum
Packages that use ExternalMetricDataItem.TypeEnum
-
Uses of ExternalMetricDataItem.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ExternalMetricDataItem.TypeEnumModifier and TypeMethodDescriptionExternalMetricDataItem.TypeEnum.fromString(String key) ExternalMetricDataItem.getType()Returns the enum constant of this class with the specified name.static ExternalMetricDataItem.TypeEnum[]ExternalMetricDataItem.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type ExternalMetricDataItem.TypeEnumModifier and TypeMethodDescriptionvoidExternalMetricDataItem.setType(ExternalMetricDataItem.TypeEnum type) ExternalMetricDataItem.type(ExternalMetricDataItem.TypeEnum type) The type of the metric data.