Uses of Record Class
dev.reuss.tmdb.domain.tv.series.model.TvSeriesTranslations
Packages that use TvSeriesTranslations
-
Uses of TvSeriesTranslations in dev.reuss.tmdb.domain.tv.series
Methods in dev.reuss.tmdb.domain.tv.series that return TvSeriesTranslationsModifier and TypeMethodDescriptionDefaultTvSeriesService.translations(TvShowId seriesId) TvSeriesService.translations(TvShowId seriesId) Loads translations for a TV series. -
Uses of TvSeriesTranslations in dev.reuss.tmdb.domain.tv.series.model
Methods in dev.reuss.tmdb.domain.tv.series.model that return TvSeriesTranslationsModifier and TypeMethodDescriptionTvSeriesDetails.translations()Returns the value of thetranslationsrecord component.Constructors in dev.reuss.tmdb.domain.tv.series.model with parameters of type TvSeriesTranslationsModifierConstructorDescriptionTvSeriesDetails(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.