Uses of Record Class
dev.reuss.tmdb.domain.tv.series.model.TvSeriesScreenedTheatrically
Packages that use TvSeriesScreenedTheatrically
-
Uses of TvSeriesScreenedTheatrically in dev.reuss.tmdb.domain.tv.series
Methods in dev.reuss.tmdb.domain.tv.series that return TvSeriesScreenedTheatricallyModifier and TypeMethodDescriptionDefaultTvSeriesService.screenedTheatrically(TvShowId seriesId) TvSeriesService.screenedTheatrically(TvShowId seriesId) Loads TV series episodes that have screened theatrically. -
Uses of TvSeriesScreenedTheatrically in dev.reuss.tmdb.domain.tv.series.model
Methods in dev.reuss.tmdb.domain.tv.series.model that return TvSeriesScreenedTheatricallyModifier and TypeMethodDescriptionTvSeriesDetails.screenedTheatrically()Returns the value of thescreenedTheatricallyrecord component.Constructors in dev.reuss.tmdb.domain.tv.series.model with parameters of type TvSeriesScreenedTheatricallyModifierConstructorDescriptionTvSeriesDetails(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.