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)The description that was provided when uploading the certificate.AndroidCertificateAndroidCertificate. extension(String extension)The file format of the certificate, as indicated by the file extension.static AndroidCertificateAndroidCertificate. fromJson(String jsonString)Create an instance of AndroidCertificate given an JSON stringAndroidCertificateAndroidCertificate. id(String id)The unique identifier of the certificate.AndroidCertificateAndroidCertificate. name(String name)The file name of the certificate.AndroidCertificateAndroidCertificate. notAfter(OffsetDateTime notAfter)The date when the certificate stops to be valid.AndroidCertificateAndroidCertificate. notBefore(OffsetDateTime notBefore)The date when the certificate starts to be valid.AndroidCertificateAndroidCertificate. status(String status)The status of the certificate.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)Uploaded Android certificates for Android payment terminals.voidAndroidCertificatesResponse. setData(List<AndroidCertificate> data)Uploaded Android certificates for Android payment terminals.
-