Uses of Record Class
dev.reuss.tmdb.domain.search.model.person.SearchPersonKnownFor
Packages that use SearchPersonKnownFor
-
Uses of SearchPersonKnownFor in dev.reuss.tmdb.domain.search.model.person
Methods in dev.reuss.tmdb.domain.search.model.person that return types with arguments of type SearchPersonKnownForModifier and TypeMethodDescriptionSearchPerson.knownFor()Returns the value of theknownForrecord component.Constructor parameters in dev.reuss.tmdb.domain.search.model.person with type arguments of type SearchPersonKnownForModifierConstructorDescriptionSearchPerson(boolean adult, int gender, int id, String knownForDepartment, String name, String originalName, double popularity, String profilePath, List<SearchPersonKnownFor> knownFor) Creates an instance of aSearchPersonrecord class.