Uses of Class
com.adyen.model.management.InstalledAPKs
-
Packages that use InstalledAPKs Package Description com.adyen.model.management -
-
Uses of InstalledAPKs in com.adyen.model.management
Methods in com.adyen.model.management that return InstalledAPKs Modifier and Type Method Description InstalledAPKsInstalledAPKs. confirmationDate(OffsetDateTime confirmationDate)The date and time when the app was installed.static InstalledAPKsInstalledAPKs. fromJson(String jsonString)Create an instance of InstalledAPKs given an JSON stringInstalledAPKsInstalledAPKs. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.InstalledAPKsInstalledAPKs. packageName(String packageName)The package name of the app.InstalledAPKsInstalledAPKs. versionName(String versionName)The version name of the app.Methods in com.adyen.model.management that return types with arguments of type InstalledAPKs Modifier and Type Method Description List<InstalledAPKs>Terminal. getInstalledAPKs()A list of Android apps installed on the terminal.Methods in com.adyen.model.management with parameters of type InstalledAPKs Modifier and Type Method Description TerminalTerminal. addInstalledAPKsItem(InstalledAPKs installedAPKsItem)Method parameters in com.adyen.model.management with type arguments of type InstalledAPKs Modifier and Type Method Description TerminalTerminal. installedAPKs(List<InstalledAPKs> installedAPKs)A list of Android apps installed on the terminal.voidTerminal. setInstalledAPKs(List<InstalledAPKs> installedAPKs)A list of Android apps installed on the terminal.
-