Uses of Class
com.adyen.model.tapi.SoundContent
-
Packages that use SoundContent Package Description com.adyen.model.tapi -
-
Uses of SoundContent in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return SoundContent Modifier and Type Method Description static SoundContentSoundContent. fromJson(String jsonString)Create an instance of SoundContent given an JSON stringSoundContentSoundContent. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.SoundContentSoundContent. language(String language)languageSoundContentSoundContent. referenceID(String referenceID)referenceIDSoundContentSoundContent. soundFormat(SoundFormat soundFormat)soundFormatSoundContentSoundContent. text(String text)text
-