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

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

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

Methods in com.jakewharton.trakt.services that return ShowService.ShoutsBuilder
 ShowService.ShoutsBuilder ShowService.shouts(int tvdbId)
          Returns all shouts for a show.
 ShowService.ShoutsBuilder ShowService.shouts(String title)
          Returns all shouts for a show.
 ShowService.ShoutsBuilder ShowService.ShoutsBuilder.title(int tvdbId)
          Set show TVDB ID
 ShowService.ShoutsBuilder ShowService.ShoutsBuilder.title(String title)
          Set show title.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.