Uses of Record Class
dev.reuss.tmdb.domain.trending.model.TrendingPersonKnownFor
Packages that use TrendingPersonKnownFor
-
Uses of TrendingPersonKnownFor in dev.reuss.tmdb.domain.trending.model
Methods in dev.reuss.tmdb.domain.trending.model that return types with arguments of type TrendingPersonKnownForModifier and TypeMethodDescriptionTrendingPerson.knownFor()Returns the value of theknownForrecord component.Constructor parameters in dev.reuss.tmdb.domain.trending.model with type arguments of type TrendingPersonKnownForModifierConstructorDescriptionTrendingPerson(boolean adult, int id, String name, String originalName, MediaType mediaType, double popularity, int gender, String knownForDepartment, String profilePath, List<TrendingPersonKnownFor> knownFor) Creates an instance of aTrendingPersonrecord class.