Uses of Record Class
dev.reuss.tmdb.domain.tv.season.model.TvSeasonEpisode
Packages that use TvSeasonEpisode
-
Uses of TvSeasonEpisode in dev.reuss.tmdb.domain.tv.season.model
Methods in dev.reuss.tmdb.domain.tv.season.model that return types with arguments of type TvSeasonEpisodeModifier and TypeMethodDescriptionTvSeasonDetails.episodes()Returns the value of theepisodesrecord component.Constructor parameters in dev.reuss.tmdb.domain.tv.season.model with type arguments of type TvSeasonEpisodeModifierConstructorDescriptionTvSeasonDetails(String objectId, String airDate, List<TvSeasonEpisode> episodes, String name, String overview, int id, String posterPath, int seasonNumber, double voteAverage, TvSeasonAggregateCredits aggregateCredits, TvSeasonChanges changes, TvSeasonCredits credits, ExternalIds externalIds, TvSeasonImages images, TvSeasonTranslations translations, TvSeasonVideos videos, TvSeasonWatchProviders watchProviders) Creates an instance of aTvSeasonDetailsrecord class.