Uses of Record Class
dev.reuss.tmdb.domain.companies.model.CompanyAlternativeName
Packages that use CompanyAlternativeName
-
Uses of CompanyAlternativeName in dev.reuss.tmdb.domain.companies.model
Methods in dev.reuss.tmdb.domain.companies.model that return types with arguments of type CompanyAlternativeNameModifier and TypeMethodDescriptionCompanyAlternativeNames.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.companies.model with type arguments of type CompanyAlternativeNameModifierConstructorDescriptionCompanyAlternativeNames(int id, List<CompanyAlternativeName> results) Creates an instance of aCompanyAlternativeNamesrecord class.