Uses of Record Class
dev.reuss.tmdb.domain.movie.model.MovieListItem
Packages that use MovieListItem
-
Uses of MovieListItem in dev.reuss.tmdb.domain.movie.model
Methods in dev.reuss.tmdb.domain.movie.model that return types with arguments of type MovieListItemModifier and TypeMethodDescriptionMovieNowPlayingResponse.results()Returns the value of theresultsrecord component.MoviePopularResponse.results()Returns the value of theresultsrecord component.MovieTopRatedResponse.results()Returns the value of theresultsrecord component.MovieUpcomingResponse.results()Returns the value of theresultsrecord component.SimilarMovies.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.movie.model with type arguments of type MovieListItemModifierConstructorDescriptionMovieNowPlayingResponse(MovieNowPlayingDates dates, int page, List<MovieListItem> results, int totalPages, int totalResults) Creates an instance of aMovieNowPlayingResponserecord class.MoviePopularResponse(int page, List<MovieListItem> results, int totalPages, int totalResults) Creates an instance of aMoviePopularResponserecord class.MovieTopRatedResponse(int page, List<MovieListItem> results, int totalPages, int totalResults) Creates an instance of aMovieTopRatedResponserecord class.MovieUpcomingResponse(MovieNowPlayingDates dates, int page, List<MovieListItem> results, int totalPages, int totalResults) Creates an instance of aMovieUpcomingResponserecord class.SimilarMovies(int page, List<MovieListItem> results, int totalPages, int totalResults) Creates an instance of aSimilarMoviesrecord class.