Uses of Class
com.omertron.themoviedbapi.model.ExternalIds

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

Uses of ExternalIds in com.omertron.themoviedbapi
 

Methods in com.omertron.themoviedbapi that return ExternalIds
 ExternalIds TheMovieDbApi.getTvEpisodeExternalIds(int id, int seasonNumber, int episodeNumber, String language)
          Get the external ids for a TV episode by combination of a season and episode number.
 ExternalIds TheMovieDbApi.getTvExternalIds(int id, String language)
          Get the external ids that we have stored for a TV series.
 ExternalIds TheMovieDbApi.getTvSeasonExternalIds(int id, int seasonNumber, String language)
          Get the external ids that we have stored for a TV season by season number.
 

Uses of ExternalIds in com.omertron.themoviedbapi.methods
 

Methods in com.omertron.themoviedbapi.methods that return ExternalIds
 ExternalIds TV.getTvEpisodeExternalIds(int id, int seasonNumber, int episodeNumber, String language)
          Get the external ids for a TV episode by combination of a season and episode number.
 ExternalIds TV.getTvExternalIds(int id, String language)
          Get the external ids that we have stored for a TV series.
 ExternalIds TV.getTvSeasonExternalIds(int id, int seasonNumber, String language)
          Get the external ids that we have stored for a TV season by season number.
 



Copyright © 2012-2013. All Rights Reserved.