Uses of Class
com.adyen.model.tapi.SoundFormat
-
Packages that use SoundFormat Package Description com.adyen.model.tapi -
-
Uses of SoundFormat in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return SoundFormat Modifier and Type Method Description static SoundFormatSoundFormat. fromValue(String value)SoundFormatSoundContent. getSoundFormat()Get soundFormatstatic SoundFormatSoundFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static SoundFormat[]SoundFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.tapi with parameters of type SoundFormat Modifier and Type Method Description voidSoundContent. setSoundFormat(SoundFormat soundFormat)soundFormatSoundContentSoundContent. soundFormat(SoundFormat soundFormat)soundFormat
-