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

Packages that use TVSeriesBasic
com.omertron.themoviedbapi   
com.omertron.themoviedbapi.methods   
com.omertron.themoviedbapi.model.tv   
com.omertron.themoviedbapi.wrapper.tv   
 

Uses of TVSeriesBasic in com.omertron.themoviedbapi
 

Methods in com.omertron.themoviedbapi that return types with arguments of type TVSeriesBasic
 TmdbResultsList<TVSeriesBasic> TheMovieDbApi.searchTv(String name, int searchYear, String language)
          Search for TV shows by title.
 TmdbResultsList<TVSeriesBasic> TheMovieDbApi.searchTv(String name, int searchYear, String language, SearchType searchType, int page)
          Search for TV shows by title.
 

Uses of TVSeriesBasic in com.omertron.themoviedbapi.methods
 

Methods in com.omertron.themoviedbapi.methods that return types with arguments of type TVSeriesBasic
 TmdbResultsList<TVSeriesBasic> TV.searchTv(String name, int searchYear, String language, SearchType searchType, int page)
          Search for TV shows by title.
 

Uses of TVSeriesBasic in com.omertron.themoviedbapi.model.tv
 

Subclasses of TVSeriesBasic in com.omertron.themoviedbapi.model.tv
 class TVSeries
          TV Series information
Represents all the information returned.
 

Uses of TVSeriesBasic in com.omertron.themoviedbapi.wrapper.tv
 

Methods in com.omertron.themoviedbapi.wrapper.tv that return types with arguments of type TVSeriesBasic
 List<TVSeriesBasic> WrapperTVSeries.getSeries()
           
 

Method parameters in com.omertron.themoviedbapi.wrapper.tv with type arguments of type TVSeriesBasic
 void WrapperTVSeries.setSeries(List<TVSeriesBasic> series)
           
 



Copyright © 2012-2013. All Rights Reserved.