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