Uses of Record Class
dev.reuss.tmdb.domain.trending.model.TrendingPerson
Packages that use TrendingPerson
-
Uses of TrendingPerson in dev.reuss.tmdb.domain.trending.model
Methods in dev.reuss.tmdb.domain.trending.model that return types with arguments of type TrendingPersonModifier and TypeMethodDescriptionTrendingPersonResponse.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.trending.model with type arguments of type TrendingPersonModifierConstructorDescriptionTrendingPersonResponse(int page, List<TrendingPerson> results, int totalPages, int totalResults) Creates an instance of aTrendingPersonResponserecord class.