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

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

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

Methods in com.jakewharton.trakt.services that return ShowService.EpisodeWatchingNowBuilder
 ShowService.EpisodeWatchingNowBuilder ShowService.EpisodeWatchingNowBuilder.episode(int episode)
          The episode number.
 ShowService.EpisodeWatchingNowBuilder ShowService.episodeWatchingNow(String title, int season, int episode)
          Returns a array of all users watching an episode.
 ShowService.EpisodeWatchingNowBuilder ShowService.EpisodeWatchingNowBuilder.season(int season)
          The season number.
 ShowService.EpisodeWatchingNowBuilder ShowService.EpisodeWatchingNowBuilder.title(String title)
          Either the slug (i.e.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.