TvQuery

interface TvQuery

Functions

Link copied to clipboard
abstract fun airDate(range: ClosedRange<LocalDate>)
Link copied to clipboard
abstract fun firstAirDate(range: ClosedRange<LocalDate>)
Link copied to clipboard
abstract fun firstAirDateYear(year: Int)
Link copied to clipboard
Link copied to clipboard
abstract fun language(language: LocaleCode)
Link copied to clipboard
abstract fun originalLanguage(language: LanguageCode)
Link copied to clipboard
abstract fun page(page: Int)
Link copied to clipboard
abstract fun runtime(range: IntRange)
Link copied to clipboard
abstract fun screenedTheatrically()
Link copied to clipboard
abstract fun sortBy(option: SortOption, direction: SortDirection = SortDirection.Ascending)
Link copied to clipboard
abstract fun timezone(tz: TimeZone)
Link copied to clipboard
abstract fun voteAverage(range: ClosedRange<Double>)
Link copied to clipboard
abstract fun voteCount(range: IntRange)
Link copied to clipboard
abstract fun withCompany(companyId: Int)
Link copied to clipboard
abstract fun withGenre(genreId: Int)
Link copied to clipboard
abstract fun withKeyword(keywordId: Int)
Link copied to clipboard
abstract fun withNetwork(networkId: Int)
Link copied to clipboard
abstract fun withoutGenre(genreId: Int)
Link copied to clipboard
abstract fun withoutKeyword(keywordId: Int)