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 AndroidCertificatesResponseAndroidFilesCompanyLevelApi. listAndroidCertificates(String companyId)Get a list of Android certificatesAndroidCertificatesResponseAndroidFilesCompanyLevelApi. listAndroidCertificates(String companyId, Integer pageNumber, Integer pageSize, String certificateName, RequestOptions requestOptions)Get a list of Android certificates
-