Uses of Class
dev.reuss.tmdb.domain.discover.query.TvDiscoverQuery
Packages that use TvDiscoverQuery
-
Uses of TvDiscoverQuery in dev.reuss.tmdb.domain.discover
Methods in dev.reuss.tmdb.domain.discover with parameters of type TvDiscoverQueryModifier and TypeMethodDescriptionDefaultDiscoverService.tv(TvDiscoverQuery query) DiscoverService.tv(TvDiscoverQuery query) -
Uses of TvDiscoverQuery in dev.reuss.tmdb.domain.discover.query
Methods in dev.reuss.tmdb.domain.discover.query that return TvDiscoverQueryModifier and TypeMethodDescriptionTvDiscoverQuery.airDateGte(LocalDate airDateGte) TvDiscoverQuery.airDateLte(LocalDate airDateLte) static TvDiscoverQueryTvDiscoverQuery.create()TvDiscoverQuery.firstAirDateGte(LocalDate firstAirDateGte) TvDiscoverQuery.firstAirDateLte(LocalDate firstAirDateLte) TvDiscoverQuery.firstAirDateYear(int firstAirDateYear) TvDiscoverQuery.includeAdult(boolean includeAdult) TvDiscoverQuery.includeNullFirstAirDates(boolean includeNullFirstAirDates) TvDiscoverQuery.screenedTheatrically(boolean screenedTheatrically) TvDiscoverQuery.sortBy(TvDiscoverSortBy sortBy) TvDiscoverQuery.voteAverageGte(double voteAverageGte) TvDiscoverQuery.voteAverageLte(double voteAverageLte) TvDiscoverQuery.voteCountGte(double voteCountGte) TvDiscoverQuery.voteCountLte(double voteCountLte) TvDiscoverQuery.watchRegion(Region watchRegion) TvDiscoverQuery.withCompanies(String withCompanies) TvDiscoverQuery.withGenres(String withGenres) TvDiscoverQuery.withKeywords(String withKeywords) TvDiscoverQuery.withNetworks(int withNetworks) TvDiscoverQuery.withOriginalLanguage(String withOriginalLanguage) TvDiscoverQuery.withOriginCountry(String withOriginCountry) TvDiscoverQuery.withoutCompanies(String withoutCompanies) TvDiscoverQuery.withoutGenres(String withoutGenres) TvDiscoverQuery.withoutKeywords(String withoutKeywords) TvDiscoverQuery.withoutWatchProviders(String withoutWatchProviders) TvDiscoverQuery.withRuntimeGte(int withRuntimeGte) TvDiscoverQuery.withRuntimeLte(int withRuntimeLte) TvDiscoverQuery.withStatus(String withStatus) TvDiscoverQuery.withWatchMonetizationTypes(String withWatchMonetizationTypes) TvDiscoverQuery.withWatchProviders(String withWatchProviders)