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