| Package | Description |
|---|---|
| xyz.nickr.filmfo | |
| xyz.nickr.filmfo.model.person | |
| xyz.nickr.filmfo.model.search | |
| xyz.nickr.filmfo.model.title |
| Modifier and Type | Method and Description |
|---|---|
EpisodeTitle |
Filmfo.getEpisodeTitle(String id) |
GameTitle |
Filmfo.getGameTitle(String id) |
MovieTitle |
Filmfo.getMovieTitle(String id) |
Person |
Filmfo.getPerson(String id) |
PersonAwards |
Filmfo.getPersonAwards(String id) |
PersonBio |
Filmfo.getPersonBio(String id) |
Season |
Filmfo.getSeason(String id,
int season) |
SeriesTitle |
Filmfo.getSeriesTitle(String id) |
org.json.JSONObject |
Filmfo.query(String endpoint) |
GeneralSearchResults |
Filmfo.searchEverything(String search) |
PersonSearchResults |
Filmfo.searchPeople(String search) |
TitleSearchResults |
Filmfo.searchTitles(String search) |
| Modifier and Type | Method and Description |
|---|---|
static PersonBio |
PersonBio.fromJSON(org.json.JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
static SearchResult |
SearchResult.fromJSON(String searchType,
org.json.JSONObject json) |
static GeneralSearchResults |
SearchResults.getGeneralFromJSON(org.json.JSONObject json) |
static GeneralSearchResult |
SearchResult.getGeneralFromJSON(String searchType,
org.json.JSONObject json) |
static PersonSearchResult |
SearchResult.getPersonFromJSON(String searchType,
org.json.JSONObject json) |
static PersonSearchResults |
SearchResults.getPersonsFromJSON(org.json.JSONObject json) |
static TitleSearchResult |
SearchResult.getTitleFromJSON(String searchType,
org.json.JSONObject json) |
static TitleSearchResults |
SearchResults.getTitlesFromJSON(org.json.JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
static EpisodeTitle |
Title.getEpisodeFromJSON(org.json.JSONObject json) |
static GameTitle |
Title.getGameFromJSON(org.json.JSONObject json) |
static MovieTitle |
Title.getMovieFromJSON(org.json.JSONObject json) |
default Season |
SeriesTitle.getSeason(Filmfo filmfo,
int season) |
static SeriesTitle |
Title.getSeriesFromJSON(org.json.JSONObject json) |
Copyright © 2017. All rights reserved.