Uses of Record Class
dev.reuss.tmdb.domain.search.model.person.SearchPerson
Packages that use SearchPerson
-
Uses of SearchPerson in dev.reuss.tmdb.domain.search.model.person
Methods in dev.reuss.tmdb.domain.search.model.person that return types with arguments of type SearchPersonModifier and TypeMethodDescriptionSearchPersonResponse.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.search.model.person with type arguments of type SearchPersonModifierConstructorDescriptionSearchPersonResponse(int page, List<SearchPerson> results, int totalPages, int totalResults) Creates an instance of aSearchPersonResponserecord class.