Uses of Class
com.adyen.model.nexo.SoundFormatType
-
Packages that use SoundFormatType Package Description com.adyen.model.nexo -
-
Uses of SoundFormatType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as SoundFormatType Modifier and Type Field Description protected SoundFormatTypeSoundContent. soundFormatMethods in com.adyen.model.nexo that return SoundFormatType Modifier and Type Method Description static SoundFormatTypeSoundFormatType. fromValue(String v)From value sound format type.SoundFormatTypeSoundContent. getSoundFormat()Gets the value of the soundFormat property.static SoundFormatTypeSoundFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static SoundFormatType[]SoundFormatType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type SoundFormatType Modifier and Type Method Description voidSoundContent. setSoundFormat(SoundFormatType value)Sets the value of the soundFormat property.
-