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

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

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

Methods in com.jakewharton.trakt.services that return RateService.ShowBuilder
 RateService.ShowBuilder RateService.ShowBuilder.rating(Rating rating)
           
 RateService.ShowBuilder RateService.show(int tvdbId)
          Rate a show on Trakt.
 RateService.ShowBuilder RateService.show(String title, int year)
          Rate a show on Trakt.
 RateService.ShowBuilder RateService.ShowBuilder.title(String title)
           
 RateService.ShowBuilder RateService.ShowBuilder.tvdbId(int tvdbId)
           
 RateService.ShowBuilder RateService.ShowBuilder.year(int year)
           
 



Copyright © 2011 Jake Wharton. All Rights Reserved.