Uses of Class
com.adyen.model.management.AndroidCertificatesResponse
-
Packages that use AndroidCertificatesResponse Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of AndroidCertificatesResponse in com.adyen.model.management
Methods in com.adyen.model.management that return AndroidCertificatesResponse Modifier and Type Method Description AndroidCertificatesResponseAndroidCertificatesResponse. addDataItem(AndroidCertificate dataItem)AndroidCertificatesResponseAndroidCertificatesResponse. data(List<AndroidCertificate> data)static AndroidCertificatesResponseAndroidCertificatesResponse. fromJson(String jsonString)Create an instance of AndroidCertificatesResponse given an JSON string -
Uses of AndroidCertificatesResponse in com.adyen.service.management
Methods in com.adyen.service.management that return AndroidCertificatesResponse Modifier and Type Method Description AndroidCertificatesResponseTerminalActionsCompanyLevel. listAndroidCertificates(String companyId, Map<String,String> queryParams)Get a list of Android certificates
-