Uses of Class
com.adyen.model.management.AndroidAppError
-
Packages that use AndroidAppError Package Description com.adyen.model.management -
-
Uses of AndroidAppError in com.adyen.model.management
Methods in com.adyen.model.management that return AndroidAppError Modifier and Type Method Description AndroidAppErrorAndroidAppError. addTerminalModelsItem(String terminalModelsItem)AndroidAppErrorAndroidAppError. errorCode(String errorCode)static AndroidAppErrorAndroidAppError. fromJson(String jsonString)Create an instance of AndroidAppError given an JSON stringAndroidAppErrorAndroidAppError. terminalModels(List<String> terminalModels)Methods in com.adyen.model.management that return types with arguments of type AndroidAppError Modifier and Type Method Description List<AndroidAppError>AndroidApp. getErrors()The list of errors of the Android app.Methods in com.adyen.model.management with parameters of type AndroidAppError Modifier and Type Method Description AndroidAppAndroidApp. addErrorsItem(AndroidAppError errorsItem)Method parameters in com.adyen.model.management with type arguments of type AndroidAppError Modifier and Type Method Description AndroidAppAndroidApp. errors(List<AndroidAppError> errors)voidAndroidApp. setErrors(List<AndroidAppError> errors)The list of errors of the Android app.
-