MovieQuery

interface MovieQuery

Functions

Link copied to clipboard
abstract fun certification(certification: String, upperBound: Boolean = false)
Link copied to clipboard
abstract fun certificationCountry(certificationCountry: String)
Link copied to clipboard
abstract fun includeAdult()
Link copied to clipboard
abstract fun includeVideo()
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
Link copied to clipboard
abstract fun primaryReleaseYear(year: Int)
Link copied to clipboard
abstract fun region(region: CountryCode)
Link copied to clipboard
abstract fun releaseDate(range: ClosedRange<LocalDate>)
Link copied to clipboard
abstract fun releaseType(releaseType: String)
Link copied to clipboard
abstract fun runtime(range: IntRange)
Link copied to clipboard
abstract fun sortBy(option: SortOption, direction: SortDirection = SortDirection.Ascending)
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 withCast(personId: Int)
Link copied to clipboard
abstract fun withCompany(companyId: Int)
Link copied to clipboard
abstract fun withCrew(personId: 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 withoutGenre(genreId: Int)
Link copied to clipboard
abstract fun withoutKeyword(keywordId: Int)
Link copied to clipboard
abstract fun withPerson(personId: Int)
Link copied to clipboard
abstract fun year(year: Int)