Uses of Class
com.adyen.model.management.InstallAndroidAppDetails
-
Packages that use InstallAndroidAppDetails Package Description com.adyen.model.management -
-
Uses of InstallAndroidAppDetails in com.adyen.model.management
Methods in com.adyen.model.management that return InstallAndroidAppDetails Modifier and Type Method Description InstallAndroidAppDetailsInstallAndroidAppDetails. appId(String appId)The unique identifier of the app to be installed.static InstallAndroidAppDetailsInstallAndroidAppDetails. fromJson(String jsonString)Create an instance of InstallAndroidAppDetails given an JSON stringInstallAndroidAppDetailsScheduleTerminalActionsRequestActionDetails. getInstallAndroidAppDetails()Get the actual instance of `InstallAndroidAppDetails`.InstallAndroidAppDetailsInstallAndroidAppDetails. type(InstallAndroidAppDetails.TypeEnum type)Type of terminal action: Install an Android app.Constructors in com.adyen.model.management with parameters of type InstallAndroidAppDetails Constructor Description ScheduleTerminalActionsRequestActionDetails(InstallAndroidAppDetails o)
-