Uses of Enum Class
dev.reuss.tmdb.domain.trending.model.TrendingTimeWindow
Packages that use TrendingTimeWindow
-
Uses of TrendingTimeWindow in dev.reuss.tmdb.domain.trending
Methods in dev.reuss.tmdb.domain.trending with parameters of type TrendingTimeWindowModifier and TypeMethodDescriptionDefaultTrendingService.all(TrendingTimeWindow timeWindow) DefaultTrendingService.all(TrendingTimeWindow timeWindow, Language language) TrendingService.all(TrendingTimeWindow timeWindow) TrendingService.all(TrendingTimeWindow timeWindow, Language language) DefaultTrendingService.movies(TrendingTimeWindow timeWindow) DefaultTrendingService.movies(TrendingTimeWindow timeWindow, Language language) TrendingService.movies(TrendingTimeWindow timeWindow) Loads trending movies.TrendingService.movies(TrendingTimeWindow timeWindow, Language language) Loads trending movies using a specific language.DefaultTrendingService.people(TrendingTimeWindow timeWindow) DefaultTrendingService.people(TrendingTimeWindow timeWindow, Language language) TrendingService.people(TrendingTimeWindow timeWindow) Loads trending people.TrendingService.people(TrendingTimeWindow timeWindow, Language language) Loads trending people using a specific language.DefaultTrendingService.tv(TrendingTimeWindow timeWindow) DefaultTrendingService.tv(TrendingTimeWindow timeWindow, Language language) TrendingService.tv(TrendingTimeWindow timeWindow) Loads trending TV shows.TrendingService.tv(TrendingTimeWindow timeWindow, Language language) Loads trending TV shows using a specific language. -
Uses of TrendingTimeWindow in dev.reuss.tmdb.domain.trending.model
Methods in dev.reuss.tmdb.domain.trending.model that return TrendingTimeWindowModifier and TypeMethodDescriptionstatic TrendingTimeWindowReturns the enum constant of this class with the specified name.static TrendingTimeWindow[]TrendingTimeWindow.values()Returns an array containing the constants of this enum class, in the order they are declared.