public class TvdbService extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TvdbService.TvdbEpisode
Represents a Tvdb episode.
|
static class |
TvdbService.TvdbSeries
Represents a Tvdb series.
|
| Constructor and Description |
|---|
TvdbService() |
| Modifier and Type | Method and Description |
|---|---|
static List<TvdbService.TvdbEpisode> |
findEpisodes(TvdbService.TvdbSeries series)
Finds all episodes for a series.
|
static List<TvdbService.TvdbSeries> |
findSeries(String query)
Finds all series matching a query.
|
public TvdbService()
public static List<TvdbService.TvdbSeries> findSeries(String query) throws IOException
query - Query stringTvdbService.TvdbSeries entitiesIOExceptionpublic static List<TvdbService.TvdbEpisode> findEpisodes(TvdbService.TvdbSeries series) throws IOException
series - TvdbService.TvdbSeries to get all episodes ofTvdbService.TvdbEpisodeIOExceptionCopyright © 2016. All rights reserved.