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