| Modifier and Type | Method and Description |
|---|---|
ResultList<MediaBasic> |
TheMovieDbApi.searchMulti(String query,
Integer page,
String language,
Boolean includeAdult)
Search the movie, tv show and person collections with a single query.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<MediaBasic> |
TmdbSearch.searchMulti(String query,
Integer page,
String language,
Boolean includeAdult)
Search the movie, tv show and person collections with a single query.
|
| Modifier and Type | Method and Description |
|---|---|
MediaBasic |
ArtworkMedia.getMedia() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArtworkMedia.setMedia(MediaBasic media) |
| Modifier and Type | Class and Description |
|---|---|
class |
MovieBasic
Basic Movie information
|
class |
MovieInfo
Movie Info
|
| Modifier and Type | Method and Description |
|---|---|
List<MediaBasic> |
PersonFind.getKnownFor() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonFind.setKnownFor(List<? extends MediaBasic> knownFor) |
| Modifier and Type | Class and Description |
|---|---|
class |
TVBasic
Basic TV information
|
class |
TVEpisodeBasic
TV Favorite information
|
class |
TVEpisodeInfo
TV Episode information
|
class |
TVInfo |
| Modifier and Type | Method and Description |
|---|---|
List<MediaBasic> |
WrapperMultiSearch.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperMultiSearch.setResults(List<? extends MediaBasic> results) |
Copyright © 2012–2017. All rights reserved.