Uses of Class
com.adyen.model.management.AndroidApp.StatusEnum
-
Packages that use AndroidApp.StatusEnum Package Description com.adyen.model.management -
-
Uses of AndroidApp.StatusEnum in com.adyen.model.management
Methods in com.adyen.model.management that return AndroidApp.StatusEnum Modifier and Type Method Description static AndroidApp.StatusEnumAndroidApp.StatusEnum. fromValue(String value)AndroidApp.StatusEnumAndroidApp. getStatus()The status of the app.static AndroidApp.StatusEnumAndroidApp.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AndroidApp.StatusEnum[]AndroidApp.StatusEnum. 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 AndroidApp.StatusEnum Modifier and Type Method Description voidAndroidApp. setStatus(AndroidApp.StatusEnum status)The status of the app.AndroidAppAndroidApp. status(AndroidApp.StatusEnum status)The status of the app.
-