Uses of Record Class
dev.reuss.tmdb.value.language.Language
Packages that use Language
Package
Description
-
Uses of Language in dev.reuss.tmdb
Methods in dev.reuss.tmdb with parameters of type LanguageModifier and TypeMethodDescriptionTmdbClientBuilder.defaultLanguage(Language defaultLanguage) Sets the default language for localized TMDB requests. -
Uses of Language in dev.reuss.tmdb.core.config
Methods in dev.reuss.tmdb.core.config that return LanguageModifier and TypeMethodDescriptionTmdbClientConfig.defaultLanguage()Returns the value of thedefaultLanguagerecord component.Constructors in dev.reuss.tmdb.core.config with parameters of type LanguageModifierConstructorDescriptionTmdbClientConfig(TmdbAuth auth, String baseUrl, Language defaultLanguage, Region defaultRegion, Duration connectTimeout, Duration requestTimeout, TmdbMetricsRecorder metricsRecorder) Creates a new TMDB client configuration. -
Uses of Language in dev.reuss.tmdb.domain.collection
Methods in dev.reuss.tmdb.domain.collection with parameters of type LanguageModifier and TypeMethodDescriptionCollectionService.details(CollectionId collectionId, Language language) Loads collection details using a specific language.DefaultCollectionService.details(CollectionId collectionId, Language language) -
Uses of Language in dev.reuss.tmdb.domain.collection.query
Methods in dev.reuss.tmdb.domain.collection.query that return LanguageModifier and TypeMethodDescriptionCollectionDetailsQuery.language()Returns the value of thelanguagerecord component.Methods in dev.reuss.tmdb.domain.collection.query with parameters of type LanguageConstructors in dev.reuss.tmdb.domain.collection.query with parameters of type LanguageModifierConstructorDescriptionCollectionDetailsQuery(Language language) Creates an instance of aCollectionDetailsQueryrecord class. -
Uses of Language in dev.reuss.tmdb.domain.configuration
Methods in dev.reuss.tmdb.domain.configuration with parameters of type LanguageModifier and TypeMethodDescriptionLoads countries used throughout TMDB using a specific language.Loads TMDB countries from/configuration/countriesusing a specific language. -
Uses of Language in dev.reuss.tmdb.domain.credits
Methods in dev.reuss.tmdb.domain.credits with parameters of type LanguageModifier and TypeMethodDescriptionLoads credit details by credit id using a specific language. -
Uses of Language in dev.reuss.tmdb.domain.discover.query
Methods in dev.reuss.tmdb.domain.discover.query with parameters of type LanguageModifier and TypeMethodDescription -
Uses of Language in dev.reuss.tmdb.domain.find
Methods in dev.reuss.tmdb.domain.find with parameters of type LanguageModifier and TypeMethodDescriptionDefaultFindService.byExternalId(ExternalId externalId, ExternalSource externalSource, Language language) FindService.byExternalId(ExternalId externalId, ExternalSource externalSource, Language language) Finds TMDB objects by external id using a specific language. -
Uses of Language in dev.reuss.tmdb.domain.genres
Methods in dev.reuss.tmdb.domain.genres with parameters of type LanguageModifier and TypeMethodDescriptionLoads the official list of movie genres using a specific language.Loads the official list of TV genres using a specific language. -
Uses of Language in dev.reuss.tmdb.domain.movie
Methods in dev.reuss.tmdb.domain.movie with parameters of type LanguageModifier and TypeMethodDescriptionLoads credits for a movie using a specific language.DefaultMovieService.details(MovieId movieId, Language language, AppendToResponse<MovieAppend> appendToResponse) Loads the details for a movie using a specific language.MovieService.details(MovieId movieId, Language language, AppendToResponse<MovieAppend> appendToResponse) Loads the details for a movie using a specific language and appended responses.DefaultMovieService.nowPlaying(Language language) MovieService.nowPlaying(Language language) Loads movies that are currently in theatres using a specific language.Loads movies ordered by popularity using a specific language.DefaultMovieService.recommendations(MovieId movieId, Language language) MovieService.recommendations(MovieId movieId, Language language) Loads movie recommendations using a specific language.Loads reviews for a movie using a specific language.Loads similar movies using a specific language.Loads movies ordered by rating using a specific language.Loads movies that are being released soon using a specific language.Loads videos for a movie using a specific language. -
Uses of Language in dev.reuss.tmdb.domain.movie.query
Methods in dev.reuss.tmdb.domain.movie.query with parameters of type LanguageModifier and TypeMethodDescription -
Uses of Language in dev.reuss.tmdb.domain.people
Methods in dev.reuss.tmdb.domain.people with parameters of type LanguageModifier and TypeMethodDescriptionDefaultPersonService.combinedCredits(PersonId personId, Language language) PersonService.combinedCredits(PersonId personId, Language language) Loads combined movie and TV credits for a person using a specific language.DefaultPersonService.details(PersonId personId, Language language, AppendToResponse<PersonAppend> appendToResponse) Loads top level person details using a specific language.PersonService.details(PersonId personId, Language language, AppendToResponse<PersonAppend> appendToResponse) Loads top level person details using a specific language and appended responses.DefaultPersonService.movieCredits(PersonId personId, Language language) PersonService.movieCredits(PersonId personId, Language language) Loads movie credits for a person using a specific language.Loads popular people using a specific language.Loads TV credits for a person using a specific language. -
Uses of Language in dev.reuss.tmdb.domain.people.query
Methods in dev.reuss.tmdb.domain.people.query with parameters of type LanguageModifier and TypeMethodDescription -
Uses of Language in dev.reuss.tmdb.domain.search.query
Methods in dev.reuss.tmdb.domain.search.query with parameters of type LanguageModifier and TypeMethodDescription -
Uses of Language in dev.reuss.tmdb.domain.trending
Methods in dev.reuss.tmdb.domain.trending with parameters of type LanguageModifier and TypeMethodDescriptionDefaultTrendingService.all(TrendingTimeWindow timeWindow, Language language) TrendingService.all(TrendingTimeWindow timeWindow, Language language) DefaultTrendingService.movies(TrendingTimeWindow timeWindow, Language language) TrendingService.movies(TrendingTimeWindow timeWindow, Language language) Loads trending movies using a specific language.DefaultTrendingService.people(TrendingTimeWindow timeWindow, Language language) TrendingService.people(TrendingTimeWindow timeWindow, Language language) Loads trending people using a specific language.DefaultTrendingService.tv(TrendingTimeWindow timeWindow, Language language) TrendingService.tv(TrendingTimeWindow timeWindow, Language language) Loads trending TV shows using a specific language. -
Uses of Language in dev.reuss.tmdb.domain.tv.episode
Methods in dev.reuss.tmdb.domain.tv.episode with parameters of type LanguageModifier and TypeMethodDescriptionDefaultTvEpisodeService.credits(TvShowId seriesId, TvSeasonNumber seasonNumber, TvEpisodeNumber episodeNumber, Language language) TvEpisodeService.credits(TvShowId seriesId, TvSeasonNumber seasonNumber, TvEpisodeNumber episodeNumber, Language language) Loads credits for a TV episode using a specific language.DefaultTvEpisodeService.details(TvShowId seriesId, TvSeasonNumber seasonNumber, TvEpisodeNumber episodeNumber, Language language) DefaultTvEpisodeService.details(TvShowId seriesId, TvSeasonNumber seasonNumber, TvEpisodeNumber episodeNumber, Language language, AppendToResponse<TvEpisodeAppend> appendToResponse) TvEpisodeService.details(TvShowId seriesId, TvSeasonNumber seasonNumber, TvEpisodeNumber episodeNumber, Language language) Loads the details for a TV episode using a specific language.TvEpisodeService.details(TvShowId seriesId, TvSeasonNumber seasonNumber, TvEpisodeNumber episodeNumber, Language language, AppendToResponse<TvEpisodeAppend> appendToResponse) Loads the details for a TV episode using a specific language and appended responses.DefaultTvEpisodeService.videos(TvShowId seriesId, TvSeasonNumber seasonNumber, TvEpisodeNumber episodeNumber, Language language) TvEpisodeService.videos(TvShowId seriesId, TvSeasonNumber seasonNumber, TvEpisodeNumber episodeNumber, Language language) Loads videos for a TV episode using a specific language. -
Uses of Language in dev.reuss.tmdb.domain.tv.episode.query
Methods in dev.reuss.tmdb.domain.tv.episode.query with parameters of type LanguageModifier and TypeMethodDescriptionTvEpisodeVideosQuery.includeVideoLanguage(Language... includeVideoLanguage) Method parameters in dev.reuss.tmdb.domain.tv.episode.query with type arguments of type LanguageModifier and TypeMethodDescriptionTvEpisodeVideosQuery.includeVideoLanguage(List<Language> includeVideoLanguage) -
Uses of Language in dev.reuss.tmdb.domain.tv.season
Methods in dev.reuss.tmdb.domain.tv.season with parameters of type LanguageModifier and TypeMethodDescriptionDefaultTvSeasonService.aggregateCredits(TvShowId seriesId, TvSeasonNumber seasonNumber, Language language) TvSeasonService.aggregateCredits(TvShowId seriesId, TvSeasonNumber seasonNumber, Language language) Loads aggregate credits for a TV season using a specific language.DefaultTvSeasonService.credits(TvShowId seriesId, TvSeasonNumber seasonNumber, Language language) TvSeasonService.credits(TvShowId seriesId, TvSeasonNumber seasonNumber, Language language) Loads credits for a TV season using a specific language.DefaultTvSeasonService.details(TvShowId seriesId, TvSeasonNumber seasonNumber, Language language) DefaultTvSeasonService.details(TvShowId seriesId, TvSeasonNumber seasonNumber, Language language, AppendToResponse<TvSeasonAppend> appendToResponse) TvSeasonService.details(TvShowId seriesId, TvSeasonNumber seasonNumber, Language language) Loads details for a TV season using a specific language.TvSeasonService.details(TvShowId seriesId, TvSeasonNumber seasonNumber, Language language, AppendToResponse<TvSeasonAppend> appendToResponse) Loads details for a TV season using a specific language and appended responses.DefaultTvSeasonService.videos(TvShowId seriesId, TvSeasonNumber seasonNumber, Language language) TvSeasonService.videos(TvShowId seriesId, TvSeasonNumber seasonNumber, Language language) Loads videos for a TV season using a specific language.DefaultTvSeasonService.watchProviders(TvShowId seriesId, TvSeasonNumber seasonNumber, Language language) TvSeasonService.watchProviders(TvShowId seriesId, TvSeasonNumber seasonNumber, Language language) Loads watch provider availabilities for a TV season using a specific language. -
Uses of Language in dev.reuss.tmdb.domain.tv.season.query
Methods in dev.reuss.tmdb.domain.tv.season.query with parameters of type LanguageModifier and TypeMethodDescriptionTvSeasonVideosQuery.includeVideoLanguage(Language... includeVideoLanguage) Method parameters in dev.reuss.tmdb.domain.tv.season.query with type arguments of type LanguageModifier and TypeMethodDescriptionTvSeasonVideosQuery.includeVideoLanguage(List<Language> includeVideoLanguage) -
Uses of Language in dev.reuss.tmdb.domain.tv.series
Methods in dev.reuss.tmdb.domain.tv.series with parameters of type LanguageModifier and TypeMethodDescriptionDefaultTvSeriesService.aggregateCredits(TvShowId seriesId, Language language) TvSeriesService.aggregateCredits(TvShowId seriesId, Language language) Loads aggregate credits for a TV series using a specific language.DefaultTvSeriesService.airingToday(Language language) TvSeriesService.airingToday(Language language) Loads TV shows airing today using a specific language.Loads latest season credits for a TV series using a specific language.DefaultTvSeriesService.details(TvShowId seriesId, Language language, AppendToResponse<TvSeriesAppend> appendToResponse) Loads TV series details using a specific language.TvSeriesService.details(TvShowId seriesId, Language language, AppendToResponse<TvSeriesAppend> appendToResponse) Loads TV series details using a specific language and appended responses.Loads TV shows that air in the next 7 days using a specific language.Loads TV shows ordered by popularity using a specific language.DefaultTvSeriesService.recommendations(TvShowId seriesId, Language language) TvSeriesService.recommendations(TvShowId seriesId, Language language) Loads recommended TV series for a TV series using a specific language.Loads reviews for a TV series using a specific language.Loads similar TV series for a TV series using a specific language.Loads top rated TV shows using a specific language.Loads videos for a TV series using a specific language. -
Uses of Language in dev.reuss.tmdb.domain.tv.series.model
Methods in dev.reuss.tmdb.domain.tv.series.model with parameters of type LanguageModifier and TypeMethodDescriptionTvSeriesVideosQuery.includeVideoLanguage(Language... includeVideoLanguage) Method parameters in dev.reuss.tmdb.domain.tv.series.model with type arguments of type LanguageModifier and TypeMethodDescriptionTvSeriesVideosQuery.includeVideoLanguage(List<Language> includeVideoLanguage) -
Uses of Language in dev.reuss.tmdb.domain.tv.series.query
Methods in dev.reuss.tmdb.domain.tv.series.query with parameters of type LanguageModifier and TypeMethodDescription -
Uses of Language in dev.reuss.tmdb.domain.watchproviders
Methods in dev.reuss.tmdb.domain.watchproviders with parameters of type LanguageModifier and TypeMethodDescriptionLoads all available movie watch providers using a specific language.Loads movie watch providers for a specific watch region using a specific language.Loads all available TV watch providers using a specific language.Loads TV watch providers for a specific watch region using a specific language. -
Uses of Language in dev.reuss.tmdb.query
Methods in dev.reuss.tmdb.query that return LanguageModifier and TypeMethodDescriptionImageQuery.language()Returns the value of thelanguagerecord component.Methods in dev.reuss.tmdb.query with parameters of type LanguageModifier and TypeMethodDescriptionstatic ImageQueryCreates an image query for a single response language.Constructors in dev.reuss.tmdb.query with parameters of type LanguageModifierConstructorDescriptionImageQuery(Language language, String includeImageLanguage) Creates an instance of aImageQueryrecord class. -
Uses of Language in dev.reuss.tmdb.value.language
Fields in dev.reuss.tmdb.value.language declared as LanguageModifier and TypeFieldDescriptionstatic final LanguageLanguages.DE_DEstatic final LanguageLanguages.EN_GBstatic final LanguageLanguages.EN_USstatic final LanguageLanguages.ES_ESstatic final LanguageLanguages.FR_FRstatic final LanguageLanguages.IT_ITstatic final LanguageLanguages.JA_JPstatic final LanguageLanguages.KO_KRstatic final LanguageLanguages.PT_BRstatic final LanguageLanguages.ZH_CNstatic final LanguageLanguages.ZH_TWMethods in dev.reuss.tmdb.value.language that return LanguageModifier and TypeMethodDescriptionstatic LanguageLanguage.of(LanguageCode code) Creates a language parameter without a region.static LanguageLanguage.of(LanguageCode code, Region region) Creates a language parameter with a region.static LanguageCreates a language parameter from a language code or language tag.