Uses of Enum Class
com.mypurecloud.sdk.v2.model.AssociatedValueField.DataTypeEnum
Packages that use AssociatedValueField.DataTypeEnum
-
Uses of AssociatedValueField.DataTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AssociatedValueField.DataTypeEnumModifier and TypeMethodDescriptionAssociatedValueField.DataTypeEnum.fromString(String key) AssociatedValueField.getDataType()Returns the enum constant of this class with the specified name.static AssociatedValueField.DataTypeEnum[]AssociatedValueField.DataTypeEnum.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 AssociatedValueField.DataTypeEnumModifier and TypeMethodDescriptionAssociatedValueField.dataType(AssociatedValueField.DataTypeEnum dataType) The data type of the value field.voidAssociatedValueField.setDataType(AssociatedValueField.DataTypeEnum dataType)