Uses of Class
com.jakewharton.trakt.entities.TvShowEpisode

Packages that use TvShowEpisode
com.jakewharton.trakt.entities Immutable POJOs which provide native object representation of the JSON returned by remote API calls. 
 

Uses of TvShowEpisode in com.jakewharton.trakt.entities
 

Methods in com.jakewharton.trakt.entities that return TvShowEpisode
 TvShowEpisode MediaEntity.getEpisode()
           
 TvShowEpisode UserProfile.getEpisode()
           
 TvShowEpisode CalendarDate.CalendarTvShowEpisode.getEpisode()
           
 

Methods in com.jakewharton.trakt.entities that return types with arguments of type TvShowEpisode
 List<TvShowEpisode> TvShowSeason.Episodes.getEpisodes()
           
 List<TvShowEpisode> TvShow.getEpisodes()
           
 List<TvShowEpisode> TvShow.getTopEpisodes()
           
 



Copyright © 2011 Jake Wharton. All Rights Reserved.