Uses of Class
com.jakewharton.trakt.services.ShowService.EpisodeWatchlistBuilder

Packages that use ShowService.EpisodeWatchlistBuilder
com.jakewharton.trakt.services Service classes provide implementations for the interaction with and assembling of specific remote API calls. 
 

Uses of ShowService.EpisodeWatchlistBuilder in com.jakewharton.trakt.services
 

Methods in com.jakewharton.trakt.services that return ShowService.EpisodeWatchlistBuilder
 ShowService.EpisodeWatchlistBuilder ShowService.EpisodeWatchlistBuilder.episode(int season, int episode)
          Add an episode to the list.
 ShowService.EpisodeWatchlistBuilder ShowService.episodeWatchlist(int tvdbId)
          Add one or more episodes for a specific show to your watchlist.
 ShowService.EpisodeWatchlistBuilder ShowService.episodeWatchlist(String imdbId)
          Add one or more episodes for a specific show to your watchlist.
 ShowService.EpisodeWatchlistBuilder ShowService.episodeWatchlist(String title, int year)
          Add one or more episodes for a specific show to your watchlist.
 ShowService.EpisodeWatchlistBuilder ShowService.EpisodeWatchlistBuilder.imdbId(String imdbId)
          Show IMDB ID.
 ShowService.EpisodeWatchlistBuilder ShowService.EpisodeWatchlistBuilder.title(String title)
          Show title.
 ShowService.EpisodeWatchlistBuilder ShowService.EpisodeWatchlistBuilder.tvdbId(int tvdbId)
          Show TVDB ID.
 ShowService.EpisodeWatchlistBuilder ShowService.EpisodeWatchlistBuilder.year(int year)
          Show year.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.