Uses of Record Class
dev.reuss.tmdb.domain.certifications.model.Certification
Packages that use Certification
-
Uses of Certification in dev.reuss.tmdb.domain.certifications.model
Methods in dev.reuss.tmdb.domain.certifications.model that return types with arguments of type CertificationModifier and TypeMethodDescriptionMovieCertifications.certifications()Returns the value of thecertificationsrecord component.TvCertifications.certifications()Returns the value of thecertificationsrecord component.Constructor parameters in dev.reuss.tmdb.domain.certifications.model with type arguments of type CertificationModifierConstructorDescriptionMovieCertifications(Map<String, List<Certification>> certifications) Creates an instance of aMovieCertificationsrecord class.TvCertifications(Map<String, List<Certification>> certifications) Creates an instance of aTvCertificationsrecord class.