Uses of Class
com.jakewharton.trakt.services.ShoutService.ShowBuilder

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

Uses of ShoutService.ShowBuilder in com.jakewharton.trakt.services
 

Methods in com.jakewharton.trakt.services that return ShoutService.ShowBuilder
 ShoutService.ShowBuilder ShoutService.ShowBuilder.imdbId(String imdbId)
          Show IMDB ID.
 ShoutService.ShowBuilder ShoutService.ShowBuilder.shout(String shout)
          Text for the shout.
 ShoutService.ShowBuilder ShoutService.show(int tvdbId)
          Add a shout to a show on trakt.
 ShoutService.ShowBuilder ShoutService.show(String imdbId)
          Add a shout to a show on trakt.
 ShoutService.ShowBuilder ShoutService.show(String title, int year)
          Add a shout to a show on trakt.
 ShoutService.ShowBuilder ShoutService.ShowBuilder.title(String title)
          Show title.
 ShoutService.ShowBuilder ShoutService.ShowBuilder.tvdbId(int tvdbId)
          Show TVDB ID.
 ShoutService.ShowBuilder ShoutService.ShowBuilder.year(int year)
          Show year.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.