public class Discover extends Object
| Constructor and Description |
|---|
Discover() |
| Modifier and Type | Method and Description |
|---|---|
Discover |
certificationCountry(String certificationCountry)
Only include movies with certifications for a specific country.
|
Discover |
certificationLte(String certificationLte)
Only include movies with this certification and lower.
|
TmdbParameters |
getParams()
Get the parameters
This will be used to construct the URL in the API
|
Discover |
includeAdult(boolean includeAdult)
Toggle the inclusion of adult titles
|
Discover |
language(String language)
ISO 639-1 code
|
Discover |
page(int page)
Minimum value is 1 if included.
|
Discover |
primaryReleaseYear(int primaryReleaseYear)
Filter the results so that only the primary release date year has this
value
|
Discover |
releaseDateGte(String releaseDateGte)
The minimum release to include.
|
Discover |
releaseDateLte(String releaseDateLte)
The maximum release to include.
|
Discover |
sortBy(String sortBy)
Available options are
vote_average.desc vote_average.asc release_date.desc release_date.asc popularity.desc popularity.asc |
Discover |
voteAverageGte(float voteAverageGte)
Only include movies that are equal to, or have a higher average rating
than this value
|
Discover |
voteCountGte(int voteCountGte)
Only include movies that are equal to, or have a vote count higher than
this value
|
Discover |
withCompanies(String withCompanies)
Filter movies to include a specific company.
|
Discover |
withGenres(String withGenres)
Only include movies with the specified genres.
|
Discover |
year(int year)
Filter the results release dates to matches that include this value.
|
public TmdbParameters getParams()
public Discover page(int page)
page - public Discover sortBy(String sortBy)
sortBy - public Discover includeAdult(boolean includeAdult)
includeAdult - public Discover year(int year)
year - public Discover primaryReleaseYear(int primaryReleaseYear)
primaryReleaseYear - public Discover voteCountGte(int voteCountGte)
voteCountGte - public Discover voteAverageGte(float voteAverageGte)
voteAverageGte - public Discover withGenres(String withGenres)
withGenres - public Discover releaseDateGte(String releaseDateGte)
releaseDateGte - public Discover releaseDateLte(String releaseDateLte)
releaseDateLte - public Discover certificationCountry(String certificationCountry)
certificationCountry - public Discover certificationLte(String certificationLte)
certificationLte - Copyright © 2012-2015. All Rights Reserved.