Uses of Record Class
dev.reuss.tmdb.domain.movie.model.RecommendedMovie
Packages that use RecommendedMovie
-
Uses of RecommendedMovie in dev.reuss.tmdb.domain.movie.model
Methods in dev.reuss.tmdb.domain.movie.model that return types with arguments of type RecommendedMovieModifier and TypeMethodDescriptionMovieRecommendations.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.movie.model with type arguments of type RecommendedMovieModifierConstructorDescriptionMovieRecommendations(int page, List<RecommendedMovie> results, int totalPages, int totalResults) Creates an instance of aMovieRecommendationsrecord class.