|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShowService.EpisodeLibraryBuilder | |
---|---|
com.jakewharton.trakt.services | Service classes provide implementations for the interaction with and assembling of specific remote API calls. |
Uses of ShowService.EpisodeLibraryBuilder in com.jakewharton.trakt.services |
---|
Methods in com.jakewharton.trakt.services that return ShowService.EpisodeLibraryBuilder | |
---|---|
ShowService.EpisodeLibraryBuilder |
ShowService.EpisodeLibraryBuilder.episode(int season,
int episode)
Add an episode to the list. |
ShowService.EpisodeLibraryBuilder |
ShowService.episodeLibrary(int tvdbId)
Add unwatched episodes to your library. |
ShowService.EpisodeLibraryBuilder |
ShowService.episodeLibrary(String imdbId)
Add unwatched episodes to your library. |
ShowService.EpisodeLibraryBuilder |
ShowService.episodeLibrary(String title,
int year)
Add unwatched episodes to your library. |
ShowService.EpisodeLibraryBuilder |
ShowService.EpisodeLibraryBuilder.imdbId(String imdbId)
Show IMDB ID. |
ShowService.EpisodeLibraryBuilder |
ShowService.EpisodeLibraryBuilder.title(String title)
Show title. |
ShowService.EpisodeLibraryBuilder |
ShowService.EpisodeLibraryBuilder.tvdbId(int tvdbId)
Show TVDB ID. |
ShowService.EpisodeLibraryBuilder |
ShowService.EpisodeLibraryBuilder.year(int year)
Show year. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |