Uses of Class
com.jakewharton.trakt.services.RecommendationsService.ShowsBuilder

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

Uses of RecommendationsService.ShowsBuilder in com.jakewharton.trakt.services
 

Methods in com.jakewharton.trakt.services that return RecommendationsService.ShowsBuilder
 RecommendationsService.ShowsBuilder RecommendationsService.ShowsBuilder.endYear(int year)
          4 digit year to filter shows premiering in this year or earlier.
 RecommendationsService.ShowsBuilder RecommendationsService.ShowsBuilder.genre(Genre genre)
          Genre slug to filter by.
 RecommendationsService.ShowsBuilder RecommendationsService.shows()
          Get a list of show recommendations created from your watching history and your friends.
 RecommendationsService.ShowsBuilder RecommendationsService.ShowsBuilder.startYear(int year)
          4 digit year to filter shows premiering in this year or later.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.