Uses of Enum Class
com.mypurecloud.sdk.v2.model.AnalyticsProperty.PropertyTypeEnum
Packages that use AnalyticsProperty.PropertyTypeEnum
-
Uses of AnalyticsProperty.PropertyTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AnalyticsProperty.PropertyTypeEnumModifier and TypeMethodDescriptionAnalyticsProperty.PropertyTypeEnum.fromString(String key) AnalyticsProperty.getPropertyType()Returns the enum constant of this class with the specified name.static AnalyticsProperty.PropertyTypeEnum[]AnalyticsProperty.PropertyTypeEnum.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 AnalyticsProperty.PropertyTypeEnumModifier and TypeMethodDescriptionAnalyticsProperty.propertyType(AnalyticsProperty.PropertyTypeEnum propertyType) Indicates what the data type is (e.g. integer vs string) and therefore how to evaluate what would constitute a matchvoidAnalyticsProperty.setPropertyType(AnalyticsProperty.PropertyTypeEnum propertyType)