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