Uses of Class
dev.reuss.tmdb.domain.tv.season.query.TvSeasonVideosQuery
Packages that use TvSeasonVideosQuery
-
Uses of TvSeasonVideosQuery in dev.reuss.tmdb.domain.tv.season
Methods in dev.reuss.tmdb.domain.tv.season with parameters of type TvSeasonVideosQueryModifier and TypeMethodDescriptionDefaultTvSeasonService.videos(TvShowId seriesId, TvSeasonNumber seasonNumber, TvSeasonVideosQuery query) TvSeasonService.videos(TvShowId seriesId, TvSeasonNumber seasonNumber, TvSeasonVideosQuery query) Loads videos for a TV season using query parameters. -
Uses of TvSeasonVideosQuery in dev.reuss.tmdb.domain.tv.season.query
Methods in dev.reuss.tmdb.domain.tv.season.query that return TvSeasonVideosQueryModifier and TypeMethodDescriptionstatic TvSeasonVideosQueryTvSeasonVideosQuery.create()TvSeasonVideosQuery.includeVideoLanguage(Language... includeVideoLanguage) TvSeasonVideosQuery.includeVideoLanguage(List<Language> includeVideoLanguage)