| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.model |
| Modifier and Type | Method and Description |
|---|---|
TmdbResultsList<MovieDb> |
TheMovieDbApi.getDiscover(Discover discover)
Discover movies by different types of data like average rating, number of votes, genres and certifications.
|
| Modifier and Type | Method and Description |
|---|---|
Discover |
Discover.certificationCountry(String certificationCountry)
Only include movies with certifications for a specific country.
|
Discover |
Discover.certificationLte(String certificationLte)
Only include movies with this certification and lower.
|
Discover |
Discover.includeAdult(boolean includeAdult)
Toggle the inclusion of adult titles
|
Discover |
Discover.language(String language)
ISO 639-1 code
|
Discover |
Discover.page(int page)
Minimum value is 1 if included.
|
Discover |
Discover.primaryReleaseYear(int primaryReleaseYear)
Filter the results so that only the primary release date year has this
value
|
Discover |
Discover.releaseDateGte(String releaseDateGte)
The minimum release to include.
|
Discover |
Discover.releaseDateLte(String releaseDateLte)
The maximum release to include.
|
Discover |
Discover.sortBy(String sortBy)
Available options are
vote_average.desc vote_average.asc release_date.desc release_date.asc popularity.desc popularity.asc |
Discover |
Discover.voteAverageGte(float voteAverageGte)
Only include movies that are equal to, or have a higher average rating
than this value
|
Discover |
Discover.voteCountGte(int voteCountGte)
Only include movies that are equal to, or have a vote count higher than
this value
|
Discover |
Discover.withCompanies(String withCompanies)
Filter movies to include a specific company.
|
Discover |
Discover.withGenres(String withGenres)
Only include movies with the specified genres.
|
Discover |
Discover.year(int year)
Filter the results release dates to matches that include this value.
|
Copyright © 2012-2015. All Rights Reserved.