Uses of Class
com.adyen.model.nexo.SoundActionType
-
Packages that use SoundActionType Package Description com.adyen.model.nexo -
-
Uses of SoundActionType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as SoundActionType Modifier and Type Field Description protected SoundActionTypeSoundRequest. soundActionThe Sound action.Methods in com.adyen.model.nexo that return SoundActionType Modifier and Type Method Description static SoundActionTypeSoundActionType. fromValue(String v)From value sound action type.SoundActionTypeSoundRequest. getSoundAction()Gets the value of the soundAction property.static SoundActionTypeSoundActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SoundActionType[]SoundActionType. 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 SoundActionType Modifier and Type Method Description voidSoundRequest. setSoundAction(SoundActionType value)Sets the value of the soundAction property.
-