Uses of Class
com.adyen.model.management.InstallAndroidAppDetails.TypeEnum
-
Packages that use InstallAndroidAppDetails.TypeEnum Package Description com.adyen.model.management -
-
Uses of InstallAndroidAppDetails.TypeEnum in com.adyen.model.management
Methods in com.adyen.model.management that return InstallAndroidAppDetails.TypeEnum Modifier and Type Method Description static InstallAndroidAppDetails.TypeEnumInstallAndroidAppDetails.TypeEnum. fromValue(String value)InstallAndroidAppDetails.TypeEnumInstallAndroidAppDetails. getType()Type of terminal action: Install an Android app.static InstallAndroidAppDetails.TypeEnumInstallAndroidAppDetails.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static InstallAndroidAppDetails.TypeEnum[]InstallAndroidAppDetails.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.management with parameters of type InstallAndroidAppDetails.TypeEnum Modifier and Type Method Description voidInstallAndroidAppDetails. setType(InstallAndroidAppDetails.TypeEnum type)Type of terminal action: Install an Android app.InstallAndroidAppDetailsInstallAndroidAppDetails. type(InstallAndroidAppDetails.TypeEnum type)
-