Uses of Class
com.adyen.model.management.AndroidApp
-
Packages that use AndroidApp Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of AndroidApp in com.adyen.model.management
Methods in com.adyen.model.management that return AndroidApp Modifier and Type Method Description AndroidAppAndroidApp. addErrorsItem(AndroidAppError errorsItem)AndroidAppAndroidApp. description(String description)The description that was provided when uploading the app.AndroidAppAndroidApp. errorCode(String errorCode)Deprecated.since Management API v3 Use `errors` instead.AndroidAppAndroidApp. errors(List<AndroidAppError> errors)The list of errors of the Android app.static AndroidAppAndroidApp. fromJson(String jsonString)Create an instance of AndroidApp given an JSON stringAndroidAppAndroidApp. id(String id)The unique identifier of the app.AndroidAppAndroidApp. label(String label)The app name that is shown on the terminal.AndroidAppAndroidApp. packageName(String packageName)The package name that uniquely identifies the Android app.AndroidAppAndroidApp. status(String status)The status of the app.AndroidAppAndroidApp. versionCode(Integer versionCode)The version number of the app.AndroidAppAndroidApp. versionName(String versionName)The app version number that is shown on the terminal.Methods in com.adyen.model.management that return types with arguments of type AndroidApp Modifier and Type Method Description List<AndroidApp>AndroidAppsResponse. getData()Apps uploaded for Android payment terminals.Methods in com.adyen.model.management with parameters of type AndroidApp Modifier and Type Method Description AndroidAppsResponseAndroidAppsResponse. addDataItem(AndroidApp dataItem)Method parameters in com.adyen.model.management with type arguments of type AndroidApp Modifier and Type Method Description AndroidAppsResponseAndroidAppsResponse. data(List<AndroidApp> data)Apps uploaded for Android payment terminals.voidAndroidAppsResponse. setData(List<AndroidApp> data)Apps uploaded for Android payment terminals. -
Uses of AndroidApp in com.adyen.service.management
Methods in com.adyen.service.management that return AndroidApp Modifier and Type Method Description AndroidAppAndroidFilesCompanyLevelApi. getAndroidApp(String companyId, String id)Get Android appAndroidAppAndroidFilesCompanyLevelApi. getAndroidApp(String companyId, String id, RequestOptions requestOptions)Get Android app
-