Uses of Record Class
dev.reuss.tmdb.common.genre.Genre
Packages that use Genre
Package
Description
-
Uses of Genre in dev.reuss.tmdb.domain.genres.model
Methods in dev.reuss.tmdb.domain.genres.model that return types with arguments of type GenreModifier and TypeMethodDescriptionGenreList.genres()Returns the value of thegenresrecord component.Constructor parameters in dev.reuss.tmdb.domain.genres.model with type arguments of type Genre -
Uses of Genre in dev.reuss.tmdb.domain.movie.model
Methods in dev.reuss.tmdb.domain.movie.model that return types with arguments of type GenreModifier and TypeMethodDescriptionMovieDetails.genres()Returns the value of thegenresrecord component.Constructor parameters in dev.reuss.tmdb.domain.movie.model with type arguments of type GenreModifierConstructorDescriptionMovieDetails(boolean adult, String backdropPath, MovieCollection belongsToCollection, long budget, List<Genre> genres, String homepage, int id, String imdbId, List<String> originCountry, String originalLanguage, String originalTitle, String overview, double popularity, String posterPath, List<ProductionCompany> productionCompanies, List<MovieProductionCountry> productionCountries, String releaseDate, long revenue, Integer runtime, List<MovieSpokenLanguage> spokenLanguages, String status, String tagline, String title, boolean video, double voteAverage, int voteCount, MovieAlternativeTitles alternativeTitles, MovieChanges changes, MovieCredits credits, ExternalIds externalIds, MovieImages images, MovieKeywords keywords, MovieRecommendations recommendations, MovieReleaseDates releaseDates, MovieReviews reviews, SimilarMovies similar, MovieTranslations translations, MovieVideos videos, MovieWatchProviders watchProviders) Creates an instance of aMovieDetailsrecord class. -
Uses of Genre in dev.reuss.tmdb.domain.tv.series.model
Methods in dev.reuss.tmdb.domain.tv.series.model that return types with arguments of type Genre