Uses of Class
com.adyen.model.management.AndroidCertificate
-
Packages that use AndroidCertificate Package Description com.adyen.model.management -
-
Uses of AndroidCertificate in com.adyen.model.management
Methods in com.adyen.model.management that return AndroidCertificate Modifier and Type Method Description AndroidCertificateAndroidCertificate. description(String description)AndroidCertificateAndroidCertificate. extension(String extension)static AndroidCertificateAndroidCertificate. fromJson(String jsonString)Create an instance of AndroidCertificate given an JSON stringAndroidCertificateAndroidCertificate. id(String id)AndroidCertificateAndroidCertificate. name(String name)AndroidCertificateAndroidCertificate. notAfter(OffsetDateTime notAfter)AndroidCertificateAndroidCertificate. notBefore(OffsetDateTime notBefore)AndroidCertificateAndroidCertificate. status(String status)Methods in com.adyen.model.management that return types with arguments of type AndroidCertificate Modifier and Type Method Description List<AndroidCertificate>AndroidCertificatesResponse. getData()Uploaded Android certificates for Android payment terminals.Methods in com.adyen.model.management with parameters of type AndroidCertificate Modifier and Type Method Description AndroidCertificatesResponseAndroidCertificatesResponse. addDataItem(AndroidCertificate dataItem)Method parameters in com.adyen.model.management with type arguments of type AndroidCertificate Modifier and Type Method Description AndroidCertificatesResponseAndroidCertificatesResponse. data(List<AndroidCertificate> data)voidAndroidCertificatesResponse. setData(List<AndroidCertificate> data)Uploaded Android certificates for Android payment terminals.
-