| Package | Description |
|---|---|
| com.omertron.themoviedbapi.model.discover |
| Modifier and Type | Method and Description |
|---|---|
WithBuilder |
WithBuilder.and(int id)
Add an "AND ID"
|
WithBuilder |
WithBuilder.and(String id)
Add an "AND ID"
|
WithBuilder |
WithBuilder.or(int id)
Add an "OR ID"
|
WithBuilder |
WithBuilder.or(String id)
Add an "OR ID"
|
| Modifier and Type | Method and Description |
|---|---|
Discover |
Discover.withCast(WithBuilder withCast)
Only include media that have these person IDs added as cast members.
|
Discover |
Discover.withCompanies(WithBuilder withCompanies)
Filter movies to include a specific company.
|
Discover |
Discover.withCrew(WithBuilder withCrew)
Only include media that have these person IDs added as crew members.
|
Discover |
Discover.withGenres(WithBuilder withGenres)
Only include movies with the specified genres.
|
Discover |
Discover.withKeywords(WithBuilder withKeywords)
Only include movies with the specified genres.
|
Discover |
Discover.withNetworks(WithBuilder withNetworks)
Filter TV shows to include a specific network.
|
Discover |
Discover.withPeople(WithBuilder withPeople)
Only include movies that have these person id's added as a cast or crew member.
|
Copyright © 2012–2017. All rights reserved.