Uses of Record Class
dev.reuss.tmdb.domain.tv.series.model.TvSeriesEpisode
Packages that use TvSeriesEpisode
-
Uses of TvSeriesEpisode in dev.reuss.tmdb.domain.tv.series.model
Methods in dev.reuss.tmdb.domain.tv.series.model that return TvSeriesEpisodeModifier and TypeMethodDescriptionTvSeriesDetails.lastEpisodeToAir()Returns the value of thelastEpisodeToAirrecord component.TvSeriesDetails.nextEpisodeToAir()Returns the value of thenextEpisodeToAirrecord component.Constructors in dev.reuss.tmdb.domain.tv.series.model with parameters of type TvSeriesEpisodeModifierConstructorDescriptionTvSeriesDetails(boolean adult, String backdropPath, List<TvSeriesCreator> createdBy, List<Integer> episodeRunTime, String firstAirDate, List<Genre> genres, String homepage, int id, boolean inProduction, List<String> languages, String lastAirDate, TvSeriesEpisode lastEpisodeToAir, String name, TvSeriesEpisode nextEpisodeToAir, List<TvSeriesNetwork> networks, int numberOfEpisodes, int numberOfSeasons, List<String> originCountry, String originalLanguage, String originalName, String overview, double popularity, String posterPath, List<ProductionCompany> productionCompanies, List<TvSeriesProductionCountry> productionCountries, List<TvSeriesSeason> seasons, List<TvSeriesSpokenLanguage> spokenLanguages, String status, String tagline, String type, double voteAverage, int voteCount, TvSeriesAggregateCredits aggregateCredits, TvSeriesAlternativeTitles alternativeTitles, TvSeriesChanges changes, TvSeriesContentRatings contentRatings, TvSeriesCredits credits, TvSeriesEpisodeGroups episodeGroups, ExternalIds externalIds, TvSeriesKeywords keywords, TvSeriesRecommendations recommendations, TvSeriesReviews reviews, TvSeriesScreenedTheatrically screenedTheatrically, TvSeriesSimilar similar, TvSeriesTranslations translations, TvSeriesVideos videos, TvSeriesWatchProviders watchProviders) Creates an instance of aTvSeriesDetailsrecord class.