Package ch.yoinc.client
Schnittstelle OmdbClient
- Alle bekannten Implementierungsklassen:
OmdbClientImpl
public interface OmdbClient
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetEpisodeByImdbId(String imdbId, Plot plot) getEpisodeByImdbId(String imdbId, Plot plot, String year) getEpisodeByTitle(String title, Plot plot) getEpisodeByTitle(String title, Plot plot, String year) getForImdbId(String title, Plot plot) getForImdbId(String title, Plot plot, String year) getForTitle(String title, Plot plot) getForTitle(String title, Plot plot, String year) getMovieByImdbId(String imdbId, Plot plot) getMovieByImdbId(String imdbId, Plot plot, String year) getMovieByTitle(String title, Plot plot) getMovieByTitle(String title, Plot plot, String year) getSeriesByImdbId(String imdbId, Plot plot) getSeriesByImdbId(String imdbId, Plot plot, String year) getSeriesByTitle(String title, Plot plot) getSeriesByTitle(String title, Plot plot, String year) searchMovie(String title) searchMovie(String title, int page) searchMovie(String title, String year) searchMovie(String title, String year, int page) searchSeries(String title) searchSeries(String title, int page) searchSeries(String title, String year) searchSeries(String title, String year, int page)
-
Methodendetails
-
getForTitle
OmdbResponse getForTitle(String title, Plot plot) throws IOException, InterruptedException, OmdbNotFoundException -
getForTitle
OmdbResponse getForTitle(String title, Plot plot, String year) throws IOException, InterruptedException, OmdbNotFoundException -
getForImdbId
OmdbResponse getForImdbId(String title, Plot plot) throws IOException, InterruptedException, OmdbNotFoundException -
getForImdbId
OmdbResponse getForImdbId(String title, Plot plot, String year) throws IOException, InterruptedException, OmdbNotFoundException -
getMovieByTitle
OmdbMovie getMovieByTitle(String title, Plot plot) throws IOException, InterruptedException, OmdbNotFoundException -
getMovieByTitle
OmdbMovie getMovieByTitle(String title, Plot plot, String year) throws IOException, InterruptedException, OmdbNotFoundException -
getMovieByImdbId
OmdbMovie getMovieByImdbId(String imdbId, Plot plot) throws IOException, InterruptedException, OmdbNotFoundException -
getMovieByImdbId
OmdbMovie getMovieByImdbId(String imdbId, Plot plot, String year) throws IOException, InterruptedException, OmdbNotFoundException -
getSeriesByTitle
OmdbSeries getSeriesByTitle(String title, Plot plot) throws IOException, InterruptedException, OmdbNotFoundException -
getSeriesByTitle
OmdbSeries getSeriesByTitle(String title, Plot plot, String year) throws IOException, InterruptedException, OmdbNotFoundException -
getSeriesByImdbId
OmdbSeries getSeriesByImdbId(String imdbId, Plot plot) throws IOException, InterruptedException, OmdbNotFoundException -
getSeriesByImdbId
OmdbSeries getSeriesByImdbId(String imdbId, Plot plot, String year) throws IOException, InterruptedException, OmdbNotFoundException -
getEpisodeByTitle
OmdbEpisode getEpisodeByTitle(String title, Plot plot) throws IOException, InterruptedException, OmdbNotFoundException -
getEpisodeByTitle
OmdbEpisode getEpisodeByTitle(String title, Plot plot, String year) throws IOException, InterruptedException, OmdbNotFoundException -
getEpisodeByImdbId
OmdbEpisode getEpisodeByImdbId(String imdbId, Plot plot) throws IOException, InterruptedException, OmdbNotFoundException -
getEpisodeByImdbId
OmdbEpisode getEpisodeByImdbId(String imdbId, Plot plot, String year) throws IOException, InterruptedException, OmdbNotFoundException -
searchAll
OmdbSearchResponse searchAll(String title) throws IOException, InterruptedException, OmdbNotFoundException -
searchAll
OmdbSearchResponse searchAll(String title, int page) throws IOException, InterruptedException, OmdbNotFoundException -
searchAll
OmdbSearchResponse searchAll(String title, String year) throws IOException, InterruptedException, OmdbNotFoundException -
searchAll
OmdbSearchResponse searchAll(String title, String year, int page) throws IOException, InterruptedException, OmdbNotFoundException -
searchMovie
OmdbSearchResponse searchMovie(String title) throws IOException, InterruptedException, OmdbNotFoundException -
searchMovie
OmdbSearchResponse searchMovie(String title, int page) throws IOException, InterruptedException, OmdbNotFoundException -
searchMovie
OmdbSearchResponse searchMovie(String title, String year) throws IOException, InterruptedException, OmdbNotFoundException -
searchMovie
OmdbSearchResponse searchMovie(String title, String year, int page) throws IOException, InterruptedException, OmdbNotFoundException -
searchSeries
OmdbSearchResponse searchSeries(String title) throws IOException, InterruptedException, OmdbNotFoundException -
searchSeries
OmdbSearchResponse searchSeries(String title, int page) throws IOException, InterruptedException, OmdbNotFoundException -
searchSeries
OmdbSearchResponse searchSeries(String title, String year) throws IOException, InterruptedException, OmdbNotFoundException -
searchSeries
OmdbSearchResponse searchSeries(String title, String year, int page) throws IOException, InterruptedException, OmdbNotFoundException
-