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

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

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

Methods in com.jakewharton.trakt.services that return ShowService.WatchlistBuilder
 ShowService.WatchlistBuilder ShowService.WatchlistBuilder.imdbId(String imdbId)
          Add a show to be added.
 ShowService.WatchlistBuilder ShowService.WatchlistBuilder.title(String title, int year)
          Add a show to be added.
 ShowService.WatchlistBuilder ShowService.WatchlistBuilder.tvdbId(int tvdbId)
          Add a show to be added.
 ShowService.WatchlistBuilder ShowService.watchlist()
          Add one or more shows to your watchlist.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.