diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 314569ef0..48f489990 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + All Classes (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 96d3c211e..d89ba83d6 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + All Classes (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html b/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html index 38f5f1db8..7e6a38fd2 100644 --- a/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html +++ b/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html @@ -2,10 +2,10 @@ - + AppendToResponseBuilder (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/Compare.html b/apidocs/com/omertron/themoviedbapi/Compare.html index 4f5c2787e..ab5daf750 100644 --- a/apidocs/com/omertron/themoviedbapi/Compare.html +++ b/apidocs/com/omertron/themoviedbapi/Compare.html @@ -2,10 +2,10 @@ - + Compare (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html index 70a7f94f2..7c76b44e8 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html @@ -2,10 +2,10 @@ - + MovieDbException (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html index 06099bdf4..74c27f0fc 100644 --- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html @@ -2,10 +2,10 @@ - + TheMovieDbApi (API-The MovieDB 4.1-SNAPSHOT API) - + @@ -770,7 +770,7 @@ extends -ResultList<TVBasic> +ResultList<TVInfo> getTVAiringToday(Integer page, String language, String timezone) @@ -848,14 +848,14 @@ extends -ResultList<TVBasic> +ResultList<TVInfo> getTVOnTheAir(Integer page, String language)
Get the list of TV shows that are currently on the air.
-ResultList<TVBasic> +ResultList<TVInfo> getTVPopular(Integer page, String language)
Get the list of popular TV shows.
@@ -870,7 +870,7 @@ extends -ResultList<TVBasic> +ResultList<TVInfo> getTVTopRated(Integer page, String language)
Get the list of top rated TV shows.
@@ -2895,9 +2895,9 @@ extends
  • getTVOnTheAir

    -
    public ResultList<TVBasic> getTVOnTheAir(Integer page,
    -                                String language)
    -                                  throws MovieDbException
    +
    public ResultList<TVInfo> getTVOnTheAir(Integer page,
    +                               String language)
    +                                 throws MovieDbException
    Get the list of TV shows that are currently on the air. This query looks for any TV show that has an episode with an air date in @@ -2914,10 +2914,10 @@ extends
  • getTVAiringToday

    -
    public ResultList<TVBasic> getTVAiringToday(Integer page,
    -                                   String language,
    -                                   String timezone)
    -                                     throws MovieDbException
    +
    public ResultList<TVInfo> getTVAiringToday(Integer page,
    +                                  String language,
    +                                  String timezone)
    +                                    throws MovieDbException
    Get the list of TV shows that air today. Without a specified timezone, this query defaults to EST
    @@ -2933,9 +2933,9 @@ extends
  • getTVTopRated

    -
    public ResultList<TVBasic> getTVTopRated(Integer page,
    -                                String language)
    -                                  throws MovieDbException
    +
    public ResultList<TVInfo> getTVTopRated(Integer page,
    +                               String language)
    +                                 throws MovieDbException
    Get the list of top rated TV shows. By default, this list will only include TV shows that have 2 or more @@ -2954,9 +2954,9 @@ extends
  • getTVPopular

    -
    public ResultList<TVBasic> getTVPopular(Integer page,
    -                               String language)
    -                                 throws MovieDbException
    +
    public ResultList<TVInfo> getTVPopular(Integer page,
    +                              String language)
    +                                throws MovieDbException
    Get the list of popular TV shows. This list refreshes every day.
    Parameters:
    page -
    language -
    Returns:
    diff --git a/apidocs/com/omertron/themoviedbapi/class-use/AppendToResponseBuilder.html b/apidocs/com/omertron/themoviedbapi/class-use/AppendToResponseBuilder.html index eb7dbc6c8..09dda6047 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/AppendToResponseBuilder.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/AppendToResponseBuilder.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.AppendToResponseBuilder (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/class-use/Compare.html b/apidocs/com/omertron/themoviedbapi/class-use/Compare.html index 17b714a46..28262fa2c 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/Compare.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/Compare.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.Compare (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html index 5c8137011..2ec0e103d 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 4.1-SNAPSHOT API) - + @@ -730,7 +730,7 @@ -ResultList<TVBasic> +ResultList<TVInfo> TheMovieDbApi.getTVAiringToday(Integer page, String language, String timezone) @@ -808,14 +808,14 @@ -ResultList<TVBasic> +ResultList<TVInfo> TheMovieDbApi.getTVOnTheAir(Integer page, String language)
    Get the list of TV shows that are currently on the air.
    -ResultList<TVBasic> +ResultList<TVInfo> TheMovieDbApi.getTVPopular(Integer page, String language)
    Get the list of popular TV shows.
    @@ -830,7 +830,7 @@ -ResultList<TVBasic> +ResultList<TVInfo> TheMovieDbApi.getTVTopRated(Integer page, String language)
    Get the list of top rated TV shows.
    @@ -1646,7 +1646,7 @@ -ResultList<TVBasic> +ResultList<TVInfo> TmdbTV.getTVAiringToday(Integer page, String language, String timezone) @@ -1716,14 +1716,14 @@ -ResultList<TVBasic> +ResultList<TVInfo> TmdbTV.getTVOnTheAir(Integer page, String language)
    Get the list of TV shows that are currently on the air.
    -ResultList<TVBasic> +ResultList<TVInfo> TmdbTV.getTVPopular(Integer page, String language)
    Get the list of popular TV shows.
    @@ -1738,7 +1738,7 @@ -ResultList<TVBasic> +ResultList<TVInfo> TmdbTV.getTVTopRated(Integer page, String language)
    Get the list of top rated TV shows.
    diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html index 65f644b15..57f88dd3a 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html index af8c302c2..e852b1e3c 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html @@ -2,10 +2,10 @@ - + ArtworkType (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html b/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html index 18ae2266b..ef16db8f3 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html @@ -2,10 +2,10 @@ - + CreditType (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html b/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html index 44c3719b0..2d8903503 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html @@ -2,10 +2,10 @@ - + ExternalSource (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html b/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html index 6e62274b6..083b4bdfa 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html @@ -2,10 +2,10 @@ - + MediaType (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/MovieMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/MovieMethod.html index 5f30731e3..646cd3e4d 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/MovieMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/MovieMethod.html @@ -2,10 +2,10 @@ - + MovieMethod (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/PeopleMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/PeopleMethod.html index 707629d8b..8f3418bca 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/PeopleMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/PeopleMethod.html @@ -2,10 +2,10 @@ - + PeopleMethod (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html b/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html index 461bcf6a7..8969394f5 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html @@ -2,10 +2,10 @@ - + SearchType (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html b/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html index 1d797cd97..574162a12 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html @@ -2,10 +2,10 @@ - + SortBy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/TVEpisodeMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/TVEpisodeMethod.html index a6dd63765..714de61ea 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/TVEpisodeMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/TVEpisodeMethod.html @@ -2,10 +2,10 @@ - + TVEpisodeMethod (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/TVMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/TVMethod.html index 4cfa792ef..717f18329 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/TVMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/TVMethod.html @@ -2,10 +2,10 @@ - + TVMethod (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/TVSeasonMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/TVSeasonMethod.html index af0bad794..c8f7bb8fb 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/TVSeasonMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/TVSeasonMethod.html @@ -2,10 +2,10 @@ - + TVSeasonMethod (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html index 4b0061cbf..f16b8e983 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.ArtworkType (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html index 72bcc035d..ce4dc1483 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.CreditType (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html index fe00d2437..e8975cef8 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.ExternalSource (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html index 0bb08b9d4..21ab706b8 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.MediaType (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MovieMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MovieMethod.html index 78de22fa5..afe09dd5e 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MovieMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MovieMethod.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.MovieMethod (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/PeopleMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/PeopleMethod.html index 347a05118..a5cbb0e42 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/PeopleMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/PeopleMethod.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.PeopleMethod (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html index 68fd47146..36efa06b7 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.SearchType (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SortBy.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SortBy.html index d7b880169..15abfa2e7 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SortBy.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SortBy.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.SortBy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVEpisodeMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVEpisodeMethod.html index 067bd146d..24f4074eb 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVEpisodeMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVEpisodeMethod.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.TVEpisodeMethod (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVMethod.html index 15be27127..201d669ba 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVMethod.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.TVMethod (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVSeasonMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVSeasonMethod.html index 90e84d9d6..101be7148 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVSeasonMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVSeasonMethod.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.TVSeasonMethod (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html index a622f97c1..092d1f04a 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html index abb060689..0369b87c8 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-tree.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-tree.html index e49d4f827..7b7aec729 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.enumeration Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-use.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-use.html index 0edbb3e92..4df743eb4 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponse.html b/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponse.html index 49c483544..d689301f7 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponse.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponse.html @@ -2,10 +2,10 @@ - + AppendToResponse (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponseMethod.html b/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponseMethod.html index 388d27c97..8408365e4 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponseMethod.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponseMethod.html @@ -2,10 +2,10 @@ - + AppendToResponseMethod (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/Identification.html b/apidocs/com/omertron/themoviedbapi/interfaces/Identification.html index 70cb06bd9..ca217f45e 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/Identification.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/Identification.html @@ -2,10 +2,10 @@ - + Identification (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/WrapperDates.html b/apidocs/com/omertron/themoviedbapi/interfaces/WrapperDates.html index 27c59d405..5b5a757e4 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/WrapperDates.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/WrapperDates.html @@ -2,10 +2,10 @@ - + WrapperDates (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/WrapperPages.html b/apidocs/com/omertron/themoviedbapi/interfaces/WrapperPages.html index c938468c1..f10373d4c 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/WrapperPages.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/WrapperPages.html @@ -2,10 +2,10 @@ - + WrapperPages (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponse.html b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponse.html index 405d2cc5b..0da06c331 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponse.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponse.html @@ -2,10 +2,10 @@ - + Uses of Interface com.omertron.themoviedbapi.interfaces.AppendToResponse (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponseMethod.html b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponseMethod.html index 8b84adf4e..f25249775 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponseMethod.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponseMethod.html @@ -2,10 +2,10 @@ - + Uses of Interface com.omertron.themoviedbapi.interfaces.AppendToResponseMethod (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/Identification.html b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/Identification.html index a0c37145d..ef6f5cf7e 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/Identification.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/Identification.html @@ -2,10 +2,10 @@ - + Uses of Interface com.omertron.themoviedbapi.interfaces.Identification (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperDates.html b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperDates.html index af3c11d3b..058eef221 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperDates.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperDates.html @@ -2,10 +2,10 @@ - + Uses of Interface com.omertron.themoviedbapi.interfaces.WrapperDates (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperPages.html b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperPages.html index 85551b74f..84accbff9 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperPages.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperPages.html @@ -2,10 +2,10 @@ - + Uses of Interface com.omertron.themoviedbapi.interfaces.WrapperPages (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/package-frame.html b/apidocs/com/omertron/themoviedbapi/interfaces/package-frame.html index 6e7e7da07..904b0adb6 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.interfaces (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/package-summary.html b/apidocs/com/omertron/themoviedbapi/interfaces/package-summary.html index 2e1941da0..085349d6a 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.interfaces (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/package-tree.html b/apidocs/com/omertron/themoviedbapi/interfaces/package-tree.html index ad08865a7..8edaa81ce 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.interfaces Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/package-use.html b/apidocs/com/omertron/themoviedbapi/interfaces/package-use.html index f7cec48ce..d2556ffe7 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.interfaces (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html b/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html index ea886ba60..b681fc5c8 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html +++ b/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html @@ -2,10 +2,10 @@ - + AbstractMethod (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbAccount.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbAccount.html index d78d119ed..ef6a6bc01 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbAccount.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbAccount.html @@ -2,10 +2,10 @@ - + TmdbAccount (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbAuthentication.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbAuthentication.html index cabf26d08..c37ecfc31 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbAuthentication.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbAuthentication.html @@ -2,10 +2,10 @@ - + TmdbAuthentication (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbCertifications.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbCertifications.html index 11c3fc28a..a1a9f8971 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbCertifications.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbCertifications.html @@ -2,10 +2,10 @@ - + TmdbCertifications (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbChanges.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbChanges.html index d45c18c08..ee910cc75 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbChanges.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbChanges.html @@ -2,10 +2,10 @@ - + TmdbChanges (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbCollections.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbCollections.html index ee2a2f307..56f076f3a 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbCollections.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbCollections.html @@ -2,10 +2,10 @@ - + TmdbCollections (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbCompanies.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbCompanies.html index 7ef265a14..8c4abce60 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbCompanies.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbCompanies.html @@ -2,10 +2,10 @@ - + TmdbCompanies (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbConfiguration.html index d14113d4c..aea10f2cc 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbConfiguration.html @@ -2,10 +2,10 @@ - + TmdbConfiguration (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbCredits.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbCredits.html index 26ca4612b..98a645367 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbCredits.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbCredits.html @@ -2,10 +2,10 @@ - + TmdbCredits (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbDiscover.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbDiscover.html index c8059bfbc..2631b0b42 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbDiscover.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbDiscover.html @@ -2,10 +2,10 @@ - + TmdbDiscover (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbEpisodes.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbEpisodes.html index ff6a0b81e..84954868f 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbEpisodes.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbEpisodes.html @@ -2,10 +2,10 @@ - + TmdbEpisodes (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbFind.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbFind.html index 2e9cd90a8..ce64ec7c4 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbFind.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbFind.html @@ -2,10 +2,10 @@ - + TmdbFind (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbGenres.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbGenres.html index 3ef603057..d4fb1a12f 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbGenres.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbGenres.html @@ -2,10 +2,10 @@ - + TmdbGenres (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbKeywords.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbKeywords.html index 4b22da18b..f7b8f531c 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbKeywords.html @@ -2,10 +2,10 @@ - + TmdbKeywords (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbLists.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbLists.html index 45a50f4ae..bf2d956f7 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbLists.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbLists.html @@ -2,10 +2,10 @@ - + TmdbLists (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbMovies.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbMovies.html index 9a5424023..39eab2273 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbMovies.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbMovies.html @@ -2,10 +2,10 @@ - + TmdbMovies (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbNetworks.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbNetworks.html index 46df2e349..e48af1a5e 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbNetworks.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbNetworks.html @@ -2,10 +2,10 @@ - + TmdbNetworks (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbPeople.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbPeople.html index 9f4a081a1..4084c0aa4 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbPeople.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbPeople.html @@ -2,10 +2,10 @@ - + TmdbPeople (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbReviews.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbReviews.html index 27a8a46e5..774076bdb 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbReviews.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbReviews.html @@ -2,10 +2,10 @@ - + TmdbReviews (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html index 1f1a2ac03..20e300f7e 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html @@ -2,10 +2,10 @@ - + TmdbSearch (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbSeasons.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbSeasons.html index 651d174d0..cc94d14ee 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbSeasons.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbSeasons.html @@ -2,10 +2,10 @@ - + TmdbSeasons (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html index ba1fde636..c21d35be2 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html @@ -2,10 +2,10 @@ - + TmdbTV (API-The MovieDB 4.1-SNAPSHOT API) - + @@ -175,7 +175,7 @@ extends -ResultList<TVBasic> +ResultList<TVInfo> getTVAiringToday(Integer page, String language, String timezone) @@ -239,14 +239,14 @@ extends -ResultList<TVBasic> +ResultList<TVInfo> getTVOnTheAir(Integer page, String language)
    Get the list of TV shows that are currently on the air.
    -ResultList<TVBasic> +ResultList<TVInfo> getTVPopular(Integer page, String language)
    Get the list of popular TV shows.
    @@ -261,7 +261,7 @@ extends -ResultList<TVBasic> +ResultList<TVInfo> getTVTopRated(Integer page, String language)
    Get the list of top rated TV shows.
    @@ -576,9 +576,9 @@ extends
  • getTVOnTheAir

    -
    public ResultList<TVBasic> getTVOnTheAir(Integer page,
    -                                String language)
    -                                  throws MovieDbException
    +
    public ResultList<TVInfo> getTVOnTheAir(Integer page,
    +                               String language)
    +                                 throws MovieDbException
    Get the list of TV shows that are currently on the air. This query looks for any TV show that has an episode with an air date in @@ -595,10 +595,10 @@ extends
  • getTVAiringToday

    -
    public ResultList<TVBasic> getTVAiringToday(Integer page,
    -                                   String language,
    -                                   String timezone)
    -                                     throws MovieDbException
    +
    public ResultList<TVInfo> getTVAiringToday(Integer page,
    +                                  String language,
    +                                  String timezone)
    +                                    throws MovieDbException
    Get the list of TV shows that air today. Without a specified timezone, this query defaults to EST
    @@ -614,9 +614,9 @@ extends
  • getTVTopRated

    -
    public ResultList<TVBasic> getTVTopRated(Integer page,
    -                                String language)
    -                                  throws MovieDbException
    +
    public ResultList<TVInfo> getTVTopRated(Integer page,
    +                               String language)
    +                                 throws MovieDbException
    Get the list of top rated TV shows. By default, this list will only include TV shows that have 2 or more @@ -635,9 +635,9 @@ extends
  • getTVPopular

    -
    public ResultList<TVBasic> getTVPopular(Integer page,
    -                               String language)
    -                                 throws MovieDbException
    +
    public ResultList<TVInfo> getTVPopular(Integer page,
    +                              String language)
    +                                throws MovieDbException
    Get the list of popular TV shows. This list refreshes every day.
    Parameters:
    page -
    language -
    Returns:
    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html index b0146aefe..eb315f339 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.AbstractMethod (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html index ffaa3374b..d9a153765 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbAccount (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html index a1c931aad..4a1f6cb15 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbAuthentication (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html index a50662b90..21d5379b6 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbCertifications (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html index 6c51f9d99..5dc4f565d 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbChanges (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html index 52ce3d0c8..67f0dc101 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbCollections (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html index 0faf20c29..03ebe681d 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbCompanies (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html index b1b3e046b..055ab9105 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbConfiguration (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html index c164c9db7..80b1e3cf4 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbCredits (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html index d67834a01..9b04a905d 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbDiscover (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbEpisodes.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbEpisodes.html index c266ae12f..813945d40 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbEpisodes.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbEpisodes.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbEpisodes (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html index 0b9897dd4..59913ea72 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbFind (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html index 13520127b..042043424 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbGenres (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html index 50c233da2..43f92d5c3 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbKeywords (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html index acf8a6fed..4768945d6 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbLists (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html index 4fa150feb..9b556c90f 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbMovies (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html index 80af4c9bb..fd7e6205b 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbNetworks (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html index 073183b8b..7873126ab 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbPeople (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html index 985d45073..2117f6915 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbReviews (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html index f8bf98e8f..ebfde61f8 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbSearch (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSeasons.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSeasons.html index 36a75f061..080ccc565 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSeasons.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSeasons.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbSeasons (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html index afabec604..f9e4f2b7f 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbTV (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-frame.html b/apidocs/com/omertron/themoviedbapi/methods/package-frame.html index 40060c29e..cbbe252b5 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/methods/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.methods (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-summary.html b/apidocs/com/omertron/themoviedbapi/methods/package-summary.html index 6e3ce8e11..e96b54939 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/methods/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.methods (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-tree.html b/apidocs/com/omertron/themoviedbapi/methods/package-tree.html index 319b5e9e7..276bb4ed7 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/methods/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.methods Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-use.html b/apidocs/com/omertron/themoviedbapi/methods/package-use.html index 6fc0b7a8c..5e076fb1f 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/methods/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.methods (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html index c6435ca89..12bb62100 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html +++ b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html @@ -2,10 +2,10 @@ - + AbstractIdName (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html index 07d019ea3..467eacf63 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html +++ b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html @@ -2,10 +2,10 @@ - + AbstractJsonMapping (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Certification.html b/apidocs/com/omertron/themoviedbapi/model/Certification.html index 5725bca21..e6eb85931 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Certification.html +++ b/apidocs/com/omertron/themoviedbapi/model/Certification.html @@ -2,10 +2,10 @@ - + Certification (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/FindResults.html b/apidocs/com/omertron/themoviedbapi/model/FindResults.html index 87a51b9b5..046a5d0d8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/FindResults.html +++ b/apidocs/com/omertron/themoviedbapi/model/FindResults.html @@ -2,10 +2,10 @@ - + FindResults (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html index 4c0798d2f..76c5e07e4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html @@ -2,10 +2,10 @@ - + Genre (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html index 9291532eb..1814b4f17 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/Language.html @@ -2,10 +2,10 @@ - + Language (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html index 1f4531c08..f96082a48 100644 --- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html @@ -2,10 +2,10 @@ - + StatusCode (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/account/Account.html b/apidocs/com/omertron/themoviedbapi/model/account/Account.html index 6deea30a3..c0274b746 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/Account.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/Account.html @@ -2,10 +2,10 @@ - + Account (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/account/Avatar.html b/apidocs/com/omertron/themoviedbapi/model/account/Avatar.html index 5956a975a..1402aaf38 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/Avatar.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/Avatar.html @@ -2,10 +2,10 @@ - + Avatar (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/account/AvatarHash.html b/apidocs/com/omertron/themoviedbapi/model/account/AvatarHash.html index f2d016e95..8d32b1e86 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/AvatarHash.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/AvatarHash.html @@ -2,10 +2,10 @@ - + AvatarHash (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/account/class-use/Account.html b/apidocs/com/omertron/themoviedbapi/model/account/class-use/Account.html index 8a7df848e..7c2c8086e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/class-use/Account.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/class-use/Account.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.account.Account (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/account/class-use/Avatar.html b/apidocs/com/omertron/themoviedbapi/model/account/class-use/Avatar.html index e341e86cc..b19f890c0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/class-use/Avatar.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/class-use/Avatar.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.account.Avatar (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/account/class-use/AvatarHash.html b/apidocs/com/omertron/themoviedbapi/model/account/class-use/AvatarHash.html index ae990e36a..c3556d4dd 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/class-use/AvatarHash.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/class-use/AvatarHash.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.account.AvatarHash (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html index 176d2bf85..bd6197abb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.account (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html index 21ccb9526..0111cd904 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.account (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/account/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/account/package-tree.html index ad43e6c1e..04996ede9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.account Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/account/package-use.html b/apidocs/com/omertron/themoviedbapi/model/account/package-use.html index 6d5d51825..16d6ec16f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.model.account (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html index 9e6634f99..3e2600edd 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html @@ -2,10 +2,10 @@ - + Artwork (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html b/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html index c624cc832..c3a58d473 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html @@ -2,10 +2,10 @@ - + ArtworkMedia (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/Artwork.html index 4a7fb546b..fc8fff202 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/Artwork.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.artwork.Artwork (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html index f276680dc..8280cb9be 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.artwork.ArtworkMedia (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html index de18114b3..ede75156a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html index c9e6c46a8..fae4982e3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html index f8d34d4c0..78bbd30a6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.artwork Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html index 339c58b69..715e6ebb7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html index 6b07f7ccd..ef2e01ab8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html @@ -2,10 +2,10 @@ - + TokenAuthorisation (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html index 519e858bc..6db4c62cf 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html @@ -2,10 +2,10 @@ - + TokenSession (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html index 851f511f8..b8cd3d524 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html index 6206517ad..99eafc863 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.authentication.TokenSession (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html index 4101654f4..2e7e607d9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html index 0e7b595f8..6097e93a0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html index 03baeb68d..19009994c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.authentication Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html index be0999048..f1a542e64 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html index 935388dc2..2a03b78c7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html @@ -2,10 +2,10 @@ - + ChangeKeyItem (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html b/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html index 34a6718aa..fae7e07e9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html @@ -2,10 +2,10 @@ - + ChangeListItem (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html index 73f38b90b..bf690e0c2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html @@ -2,10 +2,10 @@ - + ChangedItem (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html index bb746498a..032d71283 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.change.ChangeKeyItem (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeListItem.html b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeListItem.html index 271857b81..870165fa8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeListItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeListItem.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.change.ChangeListItem (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangedItem.html index abec010f4..d1a851483 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangedItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangedItem.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.change.ChangedItem (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html index 67ef72a1c..8030db39f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.change (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html index 855d376ff..330d961db 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.change (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/change/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/change/package-tree.html index c68bccb5f..98816a7f5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.change Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/change/package-use.html b/apidocs/com/omertron/themoviedbapi/model/change/package-use.html index 85fb40bd3..e52efb9bf 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.model.change (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html index 6ecc21820..53d548023 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.AbstractIdName (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html index 042994ad3..d379fa2f0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html index 03ce260ff..f4e954527 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Certification (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html b/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html index d1a3660c3..9b6a61305 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.FindResults (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html index aaa154fb4..7fa55f271 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html index f51eaefaa..70f83eb48 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html index d23621401..e0784f3d9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html b/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html index f0f536611..f7dca60d7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html @@ -2,10 +2,10 @@ - + Collection (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html index 0052a4012..787deb01b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html @@ -2,10 +2,10 @@ - + CollectionInfo (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html index abd96a69e..9c78656a0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.collection.Collection (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html index 239df22ef..cd642f31b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.collection.CollectionInfo (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html index 20fe98738..e95280e8f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html index 64f37c212..b2de48bf2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html index dd722c06e..85cfdb131 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.collection Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html index ea29b3930..8a6f606cf 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/company/Company.html b/apidocs/com/omertron/themoviedbapi/model/company/Company.html index 4d48cc571..8059a1694 100644 --- a/apidocs/com/omertron/themoviedbapi/model/company/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/company/Company.html @@ -2,10 +2,10 @@ - + Company (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html b/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html index 5f3c899cf..3d4629393 100644 --- a/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.company.Company (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html index dae463d21..fef061b18 100644 --- a/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.company (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html index 92566e393..4123263c4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.company (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html index 4a63e9445..71dbe70d7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.company Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-use.html b/apidocs/com/omertron/themoviedbapi/model/company/package-use.html index d1f028ccf..096d155d1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/company/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/company/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.model.company (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html b/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html index 4d848df2f..17993bf5b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html @@ -2,10 +2,10 @@ - + Configuration (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html index 7893f5ece..a90e6013c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html @@ -2,10 +2,10 @@ - + JobDepartment (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html b/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html index a401de8a0..f0fe4887a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.config.Configuration (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html index 4b62da03d..7f57a2da8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.config.JobDepartment (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html index a6081ff60..49153d723 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.config (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html index daf724352..e096c5f41 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.config (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html index 7537bfad4..3e8cc919c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.config Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-use.html b/apidocs/com/omertron/themoviedbapi/model/config/package-use.html index 97ba3df26..44b8fb989 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.model.config (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/CreditBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/CreditBasic.html index 273e85614..55e1bed4b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/CreditBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/CreditBasic.html @@ -2,10 +2,10 @@ - + CreditBasic (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.html index b343614f2..ac49289d6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.html @@ -2,10 +2,10 @@ - + CreditMovieBasic (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/CreditTVBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/CreditTVBasic.html index 46ea95e6f..58e81096a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/CreditTVBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/CreditTVBasic.html @@ -2,10 +2,10 @@ - + CreditTVBasic (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCredit.html b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCredit.html index 4c97b5475..6d0fde722 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCredit.html @@ -2,10 +2,10 @@ - + MediaCredit (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCast.html b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCast.html index cef41eabf..89fa34444 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCast.html @@ -2,10 +2,10 @@ - + MediaCreditCast (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.html b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.html index cea75e1df..61ea1b2ac 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.html @@ -2,10 +2,10 @@ - + MediaCreditCrew (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditBasic.html index 4d5bc0cfb..139572b63 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditBasic.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.credits.CreditBasic (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditMovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditMovieBasic.html index 75a2b8604..cb79e6a97 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditMovieBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditMovieBasic.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.credits.CreditMovieBasic (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditTVBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditTVBasic.html index e30d39c31..d3aa88899 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditTVBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditTVBasic.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.credits.CreditTVBasic (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCredit.html b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCredit.html index 2d7b8f65e..b9854acd0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCredit.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.credits.MediaCredit (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCast.html b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCast.html index d266e23c8..acb389f95 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCast.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.credits.MediaCreditCast (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCrew.html b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCrew.html index e4dcff746..5e3b5675c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCrew.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.credits.MediaCreditCrew (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/credits/package-frame.html index f4c2b53c5..66c971762 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/credits/package-summary.html index 90a99f979..c2da67e79 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/credits/package-tree.html index 078184b71..0733dcb70 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.credits Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/package-use.html b/apidocs/com/omertron/themoviedbapi/model/credits/package-use.html index 9fbd502e8..b3fbd1caa 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html b/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html index 694e11d2a..03eee0c10 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html @@ -2,10 +2,10 @@ - + Discover (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/WithBuilder.html b/apidocs/com/omertron/themoviedbapi/model/discover/WithBuilder.html index 86e81dfc3..c6848c2fe 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/WithBuilder.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/WithBuilder.html @@ -2,10 +2,10 @@ - + WithBuilder (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html index d56b6f9eb..eab32d3ff 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.discover.Discover (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html index 44ee9fec8..0261d75f8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.discover.WithBuilder (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html index 3054879c8..e636ecd6d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html index 5dc5867b0..d787e7d6c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html index 285652d57..ffa6bcc7f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.discover Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html index 13170f623..5824a0590 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html index 0c5e60904..4fd40858b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html @@ -2,10 +2,10 @@ - + Keyword (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html index c9136a8fb..452b9ac63 100644 --- a/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.keyword.Keyword (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html index cbe906c8c..822901404 100644 --- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html index 5e633f324..dc2409cc8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html index bad841528..6049426c9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.keyword Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html index 0a5dd299b..02da58ab3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html b/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html index af0a892da..df244fb31 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html @@ -2,10 +2,10 @@ - + ListItem (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html index 9ecee14ba..499d7a305 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html @@ -2,10 +2,10 @@ - + ListItemStatus (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html b/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html index 3005af81c..efea691ac 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html @@ -2,10 +2,10 @@ - + ListStatusCode (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/UserList.html b/apidocs/com/omertron/themoviedbapi/model/list/UserList.html index b7a768922..e9edaf245 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/UserList.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/UserList.html @@ -2,10 +2,10 @@ - + UserList (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html index 801156d9d..7d9e87ef0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.list.ListItem (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html index 139abc97c..7d644d509 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.list.ListItemStatus (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html index 5bf59d10f..fdbf68e54 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.list.ListStatusCode (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html index eaedc6193..3244b2630 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.list.UserList (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html index c6d9d3263..c2b618b20 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.list (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html index 55ecd4d80..486762a46 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.list (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html index 07e062027..6c409da70 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.list Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-use.html b/apidocs/com/omertron/themoviedbapi/model/list/package-use.html index 9ed45c819..8f27de0a3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.model.list (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html index 874a483a5..ccfab301c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html @@ -2,10 +2,10 @@ - + AlternativeTitle (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html index 33b31ca04..85b57c1df 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html @@ -2,10 +2,10 @@ - + MediaBasic (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html index 375a9a6ad..52d063276 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html @@ -2,10 +2,10 @@ - + MediaCreditList (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html index ed0a2c83c..0b953776f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html @@ -2,10 +2,10 @@ - + MediaState (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/RatedValue.html b/apidocs/com/omertron/themoviedbapi/model/media/RatedValue.html index 9e687f421..fa6fd1322 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/RatedValue.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/RatedValue.html @@ -2,10 +2,10 @@ - + RatedValue (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/media/Trailer.html index 456db79b7..6ab6be98a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/Trailer.html @@ -2,10 +2,10 @@ - + Trailer (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/Translation.html b/apidocs/com/omertron/themoviedbapi/model/media/Translation.html index 7220a5e93..1ef721680 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/Translation.html @@ -2,10 +2,10 @@ - + Translation (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/Video.html b/apidocs/com/omertron/themoviedbapi/model/media/Video.html index 2de7055fd..8fff2ec85 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/Video.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/Video.html @@ -2,10 +2,10 @@ - + Video (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html index 9b8434bcd..b553be8ab 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.media.AlternativeTitle (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html index a1c939bea..9d14652a4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.media.MediaBasic (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html index 3f3ecf1a8..eaec09fb2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.media.MediaCreditList (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html index 4cf12aea4..28fd6c33b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.media.MediaState (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html index 9de9510b7..e56959d2d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.media.RatedValue (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html index 5e4e9bcf3..18eb8e7df 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.media.Trailer (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html index 8b0e3f7ce..d45d42d2a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.media.Translation (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html index a8e771691..cb2d5bb85 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.media.Video (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html index 2e3b0c4f3..d33775e0b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.media (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html index 59edde2b8..2328fd3d2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.media (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html index beba9325f..ffb8a540c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.media Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-use.html b/apidocs/com/omertron/themoviedbapi/model/media/package-use.html index 6a3be942a..f205e916b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.model.media (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html index 57b252873..1897e431f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html @@ -2,10 +2,10 @@ - + MovieBasic (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html index 543157be2..2ae052365 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html @@ -2,10 +2,10 @@ - + MovieInfo (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html index 0af091a5d..6a4ee65e9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html @@ -2,10 +2,10 @@ - + ProductionCompany (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html index af7e8393c..485f0bebc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html @@ -2,10 +2,10 @@ - + ProductionCountry (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html index d6e58b24c..7f03659c6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html @@ -2,10 +2,10 @@ - + ReleaseInfo (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html index 85e7b3f19..b038661a0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.movie.MovieBasic (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html index a801325c1..0bbed9277 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.movie.MovieInfo (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html index fa28e23ca..ae9a46fc1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.movie.ProductionCompany (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html index 9d03108d5..34bbcf46e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.movie.ProductionCountry (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html index 3880ca519..35d630034 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.movie.ReleaseInfo (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html index e1ba2cab0..cb3e58554 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html index 32f00be55..0fc5b1efc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html index df85f344f..7f78154e5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.movie Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html index 812ba9a93..99aad8fee 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/network/Network.html b/apidocs/com/omertron/themoviedbapi/model/network/Network.html index 25bfe8f19..776f3cd12 100644 --- a/apidocs/com/omertron/themoviedbapi/model/network/Network.html +++ b/apidocs/com/omertron/themoviedbapi/model/network/Network.html @@ -2,10 +2,10 @@ - + Network (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/network/class-use/Network.html b/apidocs/com/omertron/themoviedbapi/model/network/class-use/Network.html index e2fce09c6..fa99aac1e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/network/class-use/Network.html +++ b/apidocs/com/omertron/themoviedbapi/model/network/class-use/Network.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.network.Network (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html index f2fb554b2..453784562 100644 --- a/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.network (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html index a4bd3d773..6a0c51668 100644 --- a/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.network (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html index 22f2926d5..cd97b7be8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.network Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-use.html b/apidocs/com/omertron/themoviedbapi/model/network/package-use.html index 4b71dc910..d6ea84330 100644 --- a/apidocs/com/omertron/themoviedbapi/model/network/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/network/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.model.network (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html index ec873583d..e2807db06 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html index 4f9e68880..a675dead7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html index 201c21af3..c82c9bc9f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-use.html b/apidocs/com/omertron/themoviedbapi/model/package-use.html index 13119a276..c97f07ecb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html b/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html index d4139c788..c777fe905 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html @@ -2,10 +2,10 @@ - + ContentRating (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html b/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html index 6ef820d6d..bf635d981 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html @@ -2,10 +2,10 @@ - + CreditInfo (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html b/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html index 7d921868d..21de91eca 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html @@ -2,10 +2,10 @@ - + ExternalID (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html index e6cf6d90a..72818dc61 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html @@ -2,10 +2,10 @@ - + PersonBasic (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditList.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditList.html index 390a1ad54..7517b59b2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditList.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditList.html @@ -2,10 +2,10 @@ - + PersonCreditList (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html index c2c76df88..9400d8bf7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html @@ -2,10 +2,10 @@ - + PersonCreditsMixIn (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html index 1196b1163..1b8afd26d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html @@ -2,10 +2,10 @@ - + PersonFind (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonInfo.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonInfo.html index 53626688c..b301a1e67 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/PersonInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonInfo.html @@ -2,10 +2,10 @@ - + PersonInfo (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html index 692394fe1..8d600c17b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.person.ContentRating (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html index a955ceaeb..9a445924e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.person.CreditInfo (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html index 92f4b323d..7bd686b3b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.person.ExternalID (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html index 5d78673d4..80334c1be 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.person.PersonBasic (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditList.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditList.html index befa5157c..9bdd4c2f9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditList.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditList.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.person.PersonCreditList (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html index 2b2577edd..6ffde1773 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.person.PersonCreditsMixIn (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html index 5362ee9be..2f23aa1c4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.person.PersonFind (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonInfo.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonInfo.html index d1d0fc861..96cd105e9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonInfo.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.person.PersonInfo (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html index c89d0a8bf..28f4f14ad 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.person (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html index 9ddafca36..882b64c5f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.person (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html index dfeedf7fc..fb416c8be 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.person Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-use.html b/apidocs/com/omertron/themoviedbapi/model/person/package-use.html index 212d3229e..f34a9c66c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.model.person (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/review/Review.html b/apidocs/com/omertron/themoviedbapi/model/review/Review.html index 5875e82ae..903b6e42f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/review/Review.html +++ b/apidocs/com/omertron/themoviedbapi/model/review/Review.html @@ -2,10 +2,10 @@ - + Review (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html b/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html index dac69679b..d968f1bd6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html +++ b/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.review.Review (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html index c3147908b..4abbac5ba 100644 --- a/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.review (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html index 14cdd7248..77b6c1a2c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.review (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html index 3646191f6..4090b45f5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.review Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-use.html b/apidocs/com/omertron/themoviedbapi/model/review/package-use.html index d2682bbca..bc6651daa 100644 --- a/apidocs/com/omertron/themoviedbapi/model/review/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/review/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.model.review (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html index 8b94a4d1a..a59e174a9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html @@ -2,10 +2,10 @@ - + TVBasic (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html index 1a6b8ae5d..949b70873 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html @@ -2,10 +2,10 @@ - + TVCredit (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html index 774f8e3aa..fc09b3633 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html @@ -2,10 +2,10 @@ - + TVEpisodeBasic (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html index 09dd2a61f..49ab62cac 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html @@ -2,10 +2,10 @@ - + TVEpisodeInfo (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html index 2c3c97b42..1be367f92 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html @@ -2,10 +2,10 @@ - + TVInfo (API-The MovieDB 4.1-SNAPSHOT API) - + @@ -295,77 +295,81 @@ implements void -setGenres(List<Genre> genres)  +setGenreIds(List<Integer> ids)  void +setGenres(List<Genre> genres)  + + +void setHomepage(String homepage)  - + void setImages(WrapperImages images)  - + void setInProduction(boolean inProduction)  - + void setKeywords(WrapperGenericList<Keyword> keywords)  - + void setLanguages(List<String> languages)  - + void setLastAirDate(String lastAirDate)  - + void setNetworks(List<Network> networks)  - + void setNumberOfEpisodes(int numberOfEpisodes)  - + void setNumberOfSeasons(int numberOfSeasons)  - + void setOriginalLanguage(String originalLanguage)  - + void setOverview(String overview)  - + void setProductionCompanies(List<ProductionCompany> productionCompanies)  - + void setSeasons(List<TVSeasonBasic> seasons)  - + void setSimilarTV(WrapperGenericList<TVInfo> similarTV)  - + void setStatus(String status)  - + void setTranslations(WrapperTranslations translations)  - + void setType(String type)  - + void setVideos(WrapperGenericList<Video> videos)  @@ -717,6 +721,15 @@ implements String type)
  • + + + + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html index 9804bd774..8a35e85b3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html @@ -2,10 +2,10 @@ - + TVSeasonBasic (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html index 35de3be05..785a64391 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html @@ -2,10 +2,10 @@ - + TVSeasonInfo (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html index d8c9aedba..d6ea3ba0c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.tv.TVBasic (API-The MovieDB 4.1-SNAPSHOT API) - + @@ -134,35 +134,6 @@ ResultList<TVBasic> -TheMovieDbApi.getTVAiringToday(Integer page, - String language, - String timezone) -
    Get the list of TV shows that air today.
    - - - -ResultList<TVBasic> -TheMovieDbApi.getTVOnTheAir(Integer page, - String language) -
    Get the list of TV shows that are currently on the air.
    - - - -ResultList<TVBasic> -TheMovieDbApi.getTVPopular(Integer page, - String language) -
    Get the list of popular TV shows.
    - - - -ResultList<TVBasic> -TheMovieDbApi.getTVTopRated(Integer page, - String language) -
    Get the list of top rated TV shows.
    - - - -ResultList<TVBasic> TheMovieDbApi.getWatchListTV(String sessionId, int accountId, Integer page, @@ -220,35 +191,6 @@ ResultList<TVBasic> -TmdbTV.getTVAiringToday(Integer page, - String language, - String timezone) -
    Get the list of TV shows that air today.
    - - - -ResultList<TVBasic> -TmdbTV.getTVOnTheAir(Integer page, - String language) -
    Get the list of TV shows that are currently on the air.
    - - - -ResultList<TVBasic> -TmdbTV.getTVPopular(Integer page, - String language) -
    Get the list of popular TV shows.
    - - - -ResultList<TVBasic> -TmdbTV.getTVTopRated(Integer page, - String language) -
    Get the list of top rated TV shows.
    - - - -ResultList<TVBasic> TmdbAccount.getWatchListTV(String sessionId, int accountId, Integer page, diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html index e4e043f69..1f319fedc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.tv.TVCredit (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html index 689445430..314272256 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html index c36905f9d..78b56e682 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html index 569e9ed3c..4c0c5a03b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.tv.TVInfo (API-The MovieDB 4.1-SNAPSHOT API) - + @@ -129,12 +129,41 @@ ResultList<TVInfo> +TheMovieDbApi.getTVAiringToday(Integer page, + String language, + String timezone) +
    Get the list of TV shows that air today.
    + + + +ResultList<TVInfo> +TheMovieDbApi.getTVOnTheAir(Integer page, + String language) +
    Get the list of TV shows that are currently on the air.
    + + + +ResultList<TVInfo> +TheMovieDbApi.getTVPopular(Integer page, + String language) +
    Get the list of popular TV shows.
    + + + +ResultList<TVInfo> TheMovieDbApi.getTVSimilar(int tvID, Integer page, String language)
    Get the similar TV shows for a specific tv id.
    + +ResultList<TVInfo> +TheMovieDbApi.getTVTopRated(Integer page, + String language) +
    Get the list of top rated TV shows.
    + +
  • @@ -174,12 +203,41 @@ ResultList<TVInfo> +TmdbTV.getTVAiringToday(Integer page, + String language, + String timezone) +
    Get the list of TV shows that air today.
    + + + +ResultList<TVInfo> +TmdbTV.getTVOnTheAir(Integer page, + String language) +
    Get the list of TV shows that are currently on the air.
    + + + +ResultList<TVInfo> +TmdbTV.getTVPopular(Integer page, + String language) +
    Get the list of popular TV shows.
    + + + +ResultList<TVInfo> TmdbTV.getTVSimilar(int tvID, Integer page, String language)
    Get the similar TV shows for a specific tv id.
    + +ResultList<TVInfo> +TmdbTV.getTVTopRated(Integer page, + String language) +
    Get the list of top rated TV shows.
    + + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html index 76560858b..a0d626dea 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.tv.TVSeasonBasic (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html index b6d9b54b8..f2f34c821 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.tv.TVSeasonInfo (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html index 5fe5e61d6..f3ec6b50d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html index 0fb24e364..083fbe77b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html index bbb61cfb2..8e2c5bf58 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model.tv Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html index 86ffff51f..002b48f7e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html index 264f1b105..2571f3b45 100644 --- a/apidocs/com/omertron/themoviedbapi/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html index b8eca707e..41afad903 100644 --- a/apidocs/com/omertron/themoviedbapi/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html index 309fdda37..5844255ab 100644 --- a/apidocs/com/omertron/themoviedbapi/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html index a21b043bc..5f8fc4ea0 100644 --- a/apidocs/com/omertron/themoviedbapi/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperAll.html index 236f59bf3..f73117cac 100644 --- a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperAll.html +++ b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperAll.html @@ -2,10 +2,10 @@ - + AbstractWrapperAll (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperBase.html b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperBase.html index 3332d6b4e..987bce6b9 100644 --- a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperBase.html +++ b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperBase.html @@ -2,10 +2,10 @@ - + AbstractWrapperBase (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperId.html index e255a9986..2e72641d8 100644 --- a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperId.html @@ -2,10 +2,10 @@ - + AbstractWrapperId (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html index a8d980fcc..061b4d5a5 100644 --- a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html +++ b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html @@ -2,10 +2,10 @@ - + AbstractWrapperIdPages (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/ResultDates.html b/apidocs/com/omertron/themoviedbapi/results/ResultDates.html index 1542b3b43..1d433debe 100644 --- a/apidocs/com/omertron/themoviedbapi/results/ResultDates.html +++ b/apidocs/com/omertron/themoviedbapi/results/ResultDates.html @@ -2,10 +2,10 @@ - + ResultDates (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/ResultList.html b/apidocs/com/omertron/themoviedbapi/results/ResultList.html index da086b4da..9f2eeac2d 100644 --- a/apidocs/com/omertron/themoviedbapi/results/ResultList.html +++ b/apidocs/com/omertron/themoviedbapi/results/ResultList.html @@ -2,10 +2,10 @@ - + ResultList (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/ResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/ResultsMap.html index 5e20a542f..368848f96 100644 --- a/apidocs/com/omertron/themoviedbapi/results/ResultsMap.html +++ b/apidocs/com/omertron/themoviedbapi/results/ResultsMap.html @@ -2,10 +2,10 @@ - + ResultsMap (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.html index 7c1cdab10..64fb92122 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.html @@ -2,10 +2,10 @@ - + WrapperAlternativeTitles (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/results/WrapperChanges.html index 0d9996409..89b8293ba 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperChanges.html @@ -2,10 +2,10 @@ - + WrapperChanges (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/results/WrapperConfig.html index d504b16d6..26c41ccef 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperConfig.html @@ -2,10 +2,10 @@ - + WrapperConfig (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperGenericList.html b/apidocs/com/omertron/themoviedbapi/results/WrapperGenericList.html index 4abc9b3fc..9907693eb 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperGenericList.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperGenericList.html @@ -2,10 +2,10 @@ - + WrapperGenericList (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/results/WrapperGenres.html index b4a4a73ea..c8b4cd017 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperGenres.html @@ -2,10 +2,10 @@ - + WrapperGenres (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/results/WrapperImages.html index 6dc23c5b8..009359ecc 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperImages.html @@ -2,10 +2,10 @@ - + WrapperImages (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/results/WrapperJobList.html index 889b74a2d..7e83e3569 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperJobList.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperJobList.html @@ -2,10 +2,10 @@ - + WrapperJobList (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/results/WrapperMovieKeywords.html index 15b584455..fec2aeee2 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperMovieKeywords.html @@ -2,10 +2,10 @@ - + WrapperMovieKeywords (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperMultiSearch.html b/apidocs/com/omertron/themoviedbapi/results/WrapperMultiSearch.html index 357968153..bcc940363 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperMultiSearch.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperMultiSearch.html @@ -2,10 +2,10 @@ - + WrapperMultiSearch (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/results/WrapperReleaseInfo.html index 6c6305bb4..c9cb8273d 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperReleaseInfo.html @@ -2,10 +2,10 @@ - + WrapperReleaseInfo (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/results/WrapperTranslations.html index bcf21cde5..9591838cf 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperTranslations.html @@ -2,10 +2,10 @@ - + WrapperTranslations (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperVideos.html b/apidocs/com/omertron/themoviedbapi/results/WrapperVideos.html index 9dce78ade..d1cc63b48 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperVideos.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperVideos.html @@ -2,10 +2,10 @@ - + WrapperVideos (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperAll.html index a362329ea..b3c1e9e41 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperAll.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperAll.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperAll (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperBase.html b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperBase.html index f083c8ed8..531641ee8 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperBase.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperBase.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperBase (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperId.html index 789083d2d..3bf2aa3b8 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperId.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperId (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperIdPages.html b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperIdPages.html index 7cfdcb6dd..5f115febb 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperIdPages.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperIdPages.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperIdPages (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultDates.html b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultDates.html index 963aee2ee..87c7bf5e4 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultDates.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultDates.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.results.ResultDates (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultList.html b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultList.html index 3e820de9a..a9936e36a 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultList.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultList.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.results.ResultList (API-The MovieDB 4.1-SNAPSHOT API) - + @@ -411,7 +411,7 @@ -ResultList<TVBasic> +ResultList<TVInfo> TheMovieDbApi.getTVAiringToday(Integer page, String language, String timezone) @@ -461,14 +461,14 @@ -ResultList<TVBasic> +ResultList<TVInfo> TheMovieDbApi.getTVOnTheAir(Integer page, String language)
    Get the list of TV shows that are currently on the air.
    -ResultList<TVBasic> +ResultList<TVInfo> TheMovieDbApi.getTVPopular(Integer page, String language)
    Get the list of popular TV shows.
    @@ -483,7 +483,7 @@ -ResultList<TVBasic> +ResultList<TVInfo> TheMovieDbApi.getTVTopRated(Integer page, String language)
    Get the list of top rated TV shows.
    @@ -925,7 +925,7 @@ -ResultList<TVBasic> +ResultList<TVInfo> TmdbTV.getTVAiringToday(Integer page, String language, String timezone) @@ -967,14 +967,14 @@ -ResultList<TVBasic> +ResultList<TVInfo> TmdbTV.getTVOnTheAir(Integer page, String language)
    Get the list of TV shows that are currently on the air.
    -ResultList<TVBasic> +ResultList<TVInfo> TmdbTV.getTVPopular(Integer page, String language)
    Get the list of popular TV shows.
    @@ -989,7 +989,7 @@ -ResultList<TVBasic> +ResultList<TVInfo> TmdbTV.getTVTopRated(Integer page, String language)
    Get the list of top rated TV shows.
    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html index 9ae7d3483..5e04e98c4 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.results.ResultsMap (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperAlternativeTitles.html index 8a3fca079..1791dbfab 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperAlternativeTitles.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperAlternativeTitles (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperChanges.html index 19e79c0c5..c40eb2ce0 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperChanges.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperChanges (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperConfig.html index 4b03f06f4..0b1de1bc8 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperConfig.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperConfig (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenericList.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenericList.html index 9bd11f861..e4e44f340 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenericList.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenericList.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperGenericList (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenres.html index c760e34cf..6ed58eb92 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenres.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperGenres (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperImages.html index e52b90cf0..b36f3c35e 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperImages.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperImages (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperJobList.html index 8f8efc967..629c653d5 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperJobList.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperJobList.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperJobList (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMovieKeywords.html index 82d66f222..bc2cbdeac 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMovieKeywords.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperMovieKeywords (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMultiSearch.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMultiSearch.html index cefa8f581..992b4f9c0 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMultiSearch.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMultiSearch.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperMultiSearch (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperReleaseInfo.html index 504d979af..a2db02cc8 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperReleaseInfo.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperReleaseInfo (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperTranslations.html index 46e0b8228..21731e829 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperTranslations.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperTranslations (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperVideos.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperVideos.html index 8e00f20e0..253fdc9e2 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperVideos.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperVideos.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperVideos (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/package-frame.html b/apidocs/com/omertron/themoviedbapi/results/package-frame.html index fb8d2e8c1..29bcbd360 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.results (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/package-summary.html b/apidocs/com/omertron/themoviedbapi/results/package-summary.html index cbe62bb4b..46093252b 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.results (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/package-tree.html b/apidocs/com/omertron/themoviedbapi/results/package-tree.html index 1ebec7648..553bc1e2c 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/package-use.html b/apidocs/com/omertron/themoviedbapi/results/package-use.html index 4efda6f13..d190ffe9a 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html index e643ca666..56f0f407b 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html @@ -2,10 +2,10 @@ - + ApiUrl (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html b/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html index 7e2df2447..0d67e9d2d 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html +++ b/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html @@ -2,10 +2,10 @@ - + HttpTools (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/MethodBase.html b/apidocs/com/omertron/themoviedbapi/tools/MethodBase.html index 034cc407a..8bbeab6da 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/MethodBase.html +++ b/apidocs/com/omertron/themoviedbapi/tools/MethodBase.html @@ -2,10 +2,10 @@ - + MethodBase (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/MethodSub.html b/apidocs/com/omertron/themoviedbapi/tools/MethodSub.html index e0c47694c..54be25c2d 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/MethodSub.html +++ b/apidocs/com/omertron/themoviedbapi/tools/MethodSub.html @@ -2,10 +2,10 @@ - + MethodSub (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/Param.html b/apidocs/com/omertron/themoviedbapi/tools/Param.html index d594720b3..c2313bff2 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/Param.html +++ b/apidocs/com/omertron/themoviedbapi/tools/Param.html @@ -2,10 +2,10 @@ - + Param (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/PostBody.html b/apidocs/com/omertron/themoviedbapi/tools/PostBody.html index bcca997dc..0827a988d 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/PostBody.html +++ b/apidocs/com/omertron/themoviedbapi/tools/PostBody.html @@ -2,10 +2,10 @@ - + PostBody (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/PostTools.html b/apidocs/com/omertron/themoviedbapi/tools/PostTools.html index 95d5da6ee..deb77b144 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/PostTools.html +++ b/apidocs/com/omertron/themoviedbapi/tools/PostTools.html @@ -2,10 +2,10 @@ - + PostTools (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/TmdbParameters.html b/apidocs/com/omertron/themoviedbapi/tools/TmdbParameters.html index d90abeb83..c45ec9f74 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/TmdbParameters.html +++ b/apidocs/com/omertron/themoviedbapi/tools/TmdbParameters.html @@ -2,10 +2,10 @@ - + TmdbParameters (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html index 4d6d6007e..f8ee5d49c 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html index 8525e3a0d..b699c9dc6 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.tools.HttpTools (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodBase.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodBase.html index 074e518e5..5a1477172 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodBase.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodBase.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.tools.MethodBase (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodSub.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodSub.html index dfc0eccc1..305225bad 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodSub.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodSub.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.tools.MethodSub (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/Param.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/Param.html index 730bdc595..3b6a6bc09 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/Param.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/Param.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.tools.Param (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/PostBody.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/PostBody.html index 286231b24..3dea4edf7 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/PostBody.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/PostBody.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.tools.PostBody (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/PostTools.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/PostTools.html index 1ee4c9b17..f8c1f9dee 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/PostTools.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/PostTools.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.tools.PostTools (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/TmdbParameters.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/TmdbParameters.html index 93896ed70..e7d836046 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/TmdbParameters.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/TmdbParameters.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.tools.TmdbParameters (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html index ab0cdbac2..359fa0ba6 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.tools (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html index f9caa8a05..21cce1bb6 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.tools (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html index 923614063..ad1ef2979 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html index a1533dd70..e7818c4e1 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index e91193927..6ca24e354 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index a49638a54..b697f34df 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,10 +2,10 @@ - + Deprecated List (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 5a4b0ca5e..8e1c61324 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,10 +2,10 @@ - + API Help (API-The MovieDB 4.1-SNAPSHOT API) - + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 86459a998..9d4418718 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,10 +2,10 @@ - + Index (API-The MovieDB 4.1-SNAPSHOT API) - + @@ -2810,6 +2810,8 @@
     
    setGenreIds(List<Integer>) - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
     
    +
    setGenreIds(List<Integer>) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
    +
     
    setGenres(List<Genre>) - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
     
    setGenres(List<Genre>) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
    diff --git a/apidocs/index.html b/apidocs/index.html index ff5b10c95..80e1a3300 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ - + API-The MovieDB 4.1-SNAPSHOT API