Uses of Class
com.omertron.themoviedbapi.model.tv.TVEpisode

Packages that use TVEpisode
com.omertron.themoviedbapi   
com.omertron.themoviedbapi.methods   
 

Uses of TVEpisode in com.omertron.themoviedbapi
 

Methods in com.omertron.themoviedbapi that return TVEpisode
 TVEpisode TheMovieDbApi.getTvEpisode(int id, int seasonNumber, int episodeNumber, String language, String... appendToResponse)
          Get the primary information about a TV episode by combination of a season and episode number.
 

Uses of TVEpisode in com.omertron.themoviedbapi.methods
 

Methods in com.omertron.themoviedbapi.methods that return TVEpisode
 TVEpisode TV.getTvEpisode(int id, int seasonNumber, int episodeNumber, String language, String[] appendToResponse)
          Get the primary information about a TV episode by combination of a season and episode number.
 



Copyright © 2012-2013. All Rights Reserved.