diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 56e5662ac..fbda6d997 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + All Classes (API-The MovieDB 4.1-SNAPSHOT API) - + @@ -34,6 +34,7 @@
  • ChangedItem
  • ChangeKeyItem
  • ChangeListItem
  • +
  • Collection
  • CollectionInfo
  • Company
  • Compare
  • diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 3b7c3772a..a1f3259c2 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + All Classes (API-The MovieDB 4.1-SNAPSHOT API) - + @@ -34,6 +34,7 @@
  • ChangedItem
  • ChangeKeyItem
  • ChangeListItem
  • +
  • Collection
  • CollectionInfo
  • Company
  • Compare
  • diff --git a/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html b/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html index a56787dfe..16b246419 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 612b79766..3e0df4d33 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 013cb0ac7..4a7c6ff0d 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 95608ba1c..572c02092 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) - + @@ -981,7 +981,7 @@ extends -ResultList<MovieBasic> +ResultList<Collection> searchCollection(String query, Integer page, String language) @@ -2526,7 +2526,7 @@ extends
  • searchCollection

    -
    public ResultList<MovieBasic> searchCollection(String query,
    +
    public ResultList<Collection> searchCollection(String query,
                                           Integer page,
                                           String language)
                                             throws MovieDbException
    diff --git a/apidocs/com/omertron/themoviedbapi/class-use/AppendToResponseBuilder.html b/apidocs/com/omertron/themoviedbapi/class-use/AppendToResponseBuilder.html index d01288ed9..badacf7f3 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 8e31ab60e..17782db3b 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 044000465..518155cb4 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) - + @@ -941,7 +941,7 @@ -ResultList<MovieBasic> +ResultList<Collection> TheMovieDbApi.searchCollection(String query, Integer page, String language) @@ -1872,7 +1872,7 @@ -ResultList<MovieBasic> +ResultList<Collection> TmdbSearch.searchCollection(String query, Integer page, String language) diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html index 4fa162645..5f50e8ab7 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 807e7491f..2ebfd998a 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 26eb9e50d..31627f1ec 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 01e06ca39..59470e4f6 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 5bbabe132..032d02b32 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 91fca0b29..b315296e6 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 fef9cc2be..e5091a88a 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 0f67f846d..99f31d1fa 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 c95bb7ec0..648da5f13 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 d49588d23..a266f20dd 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 81960f181..09a8ab0ce 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 d861c5921..ed16f230a 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 237d04d75..81ec76227 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 be0c1df9a..556b8e59c 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 83e59c266..d5a6941a0 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 4df1d3cae..52e1355a7 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 c89cb2386..6dba4de7b 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 c0a1ff4c3..f95a66a65 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 13a4f1376..ff3ba4df4 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 df41399c8..4cc1a9d45 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 adb85bcf3..1da140665 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 a6a05db82..3b70c1b97 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 fa9d1a0e6..aeb6682e9 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 9107c20dd..5c07068c3 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 73f77c67c..047ec2109 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 c33faf50b..74e51dfd9 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 f62932094..44bf3dd99 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 b8299fcb1..a7d725325 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 62a9f36b3..e9aff851f 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 819ec4a3f..152785a6a 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) - + @@ -89,7 +89,7 @@
  • All Known Implementing Classes:
    -
    AbstractIdName, AbstractWrapperAll, AbstractWrapperId, AbstractWrapperIdPages, Account, CollectionInfo, Company, CreditBasic, CreditMovieBasic, CreditTVBasic, ExternalID, Genre, Keyword, MediaBasic, MediaCredit, MediaCreditCast, MediaCreditCrew, MediaCreditList, MediaState, MovieBasic, MovieInfo, Network, PersonBasic, PersonCreditList, PersonFind, PersonInfo, ProductionCompany, ResultList, ResultsMap, TVBasic, TVCredit, TVEpisodeBasic, TVEpisodeInfo, TVInfo, TVSeasonBasic, TVSeasonInfo, WrapperAlternativeTitles, WrapperGenericList, WrapperImages, WrapperMovieKeywords, WrapperMultiSearch, WrapperReleaseInfo, WrapperTranslations, WrapperVideos
    +
    AbstractIdName, AbstractWrapperAll, AbstractWrapperId, AbstractWrapperIdPages, Account, Collection, CollectionInfo, Company, CreditBasic, CreditMovieBasic, CreditTVBasic, ExternalID, Genre, Keyword, MediaBasic, MediaCredit, MediaCreditCast, MediaCreditCrew, MediaCreditList, MediaState, MovieBasic, MovieInfo, Network, PersonBasic, PersonCreditList, PersonFind, PersonInfo, ProductionCompany, ResultList, ResultsMap, TVBasic, TVCredit, TVEpisodeBasic, TVEpisodeInfo, TVInfo, TVSeasonBasic, TVSeasonInfo, WrapperAlternativeTitles, WrapperGenericList, WrapperImages, WrapperMovieKeywords, WrapperMultiSearch, WrapperReleaseInfo, WrapperTranslations, WrapperVideos


    diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/WrapperDates.html b/apidocs/com/omertron/themoviedbapi/interfaces/WrapperDates.html index f58200a48..e1807932f 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 95ab6145e..70da0f405 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 0d789360f..ca307ebdb 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 780ee3b4f..c926044b9 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 6ee977724..062e543a7 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) - + @@ -182,6 +182,10 @@ class  +Collection  + + +class  CollectionInfo  diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperDates.html b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperDates.html index c504b1770..ffa943335 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 a982c92a5..44aaeb9c8 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 9c5ccf07c..23ccc43f6 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 9ed9749fc..9b50be099 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 5eafa0e69..e56dd1ef4 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 a57343c64..f96c2e9c5 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 103544995..d427ff017 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 d0a01fbd1..ca63ad63b 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 c2858770d..b96bf4849 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 eea4c371b..c5dd0beac 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 680498c1d..abbcceb08 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 c9d9c2a7a..241504cf0 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 c0726954c..242ec7c93 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 d51f5d2f9..47ac67359 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 54e8f03d2..3ee2d2277 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 704728f07..df1359d15 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 f47b4f9d2..35c8a59d3 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 a899e01b0..5f4c1906b 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 955b08670..26bb3dd26 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 c4f8bef19..67bb87d04 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 d3ac788f2..63fce2d6d 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 d8ae2e0d8..3ffa81069 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 c29f32431..91c5ea10e 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 1ba3b4505..124719b04 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 785bc21d3..8b2b5ec24 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 b5881cf85..2013424e3 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) - + @@ -161,7 +161,7 @@ extends Method and Description -ResultList<MovieBasic> +ResultList<Collection> searchCollection(String query, Integer page, String language) @@ -306,7 +306,7 @@ extends
  • searchCollection

    -
    public ResultList<MovieBasic> searchCollection(String query,
    +
    public ResultList<Collection> searchCollection(String query,
                                           Integer page,
                                           String language)
                                             throws MovieDbException
    diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbSeasons.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbSeasons.html index 28e1400fb..2ccd30b2e 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 79e74b2a5..af75489f7 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) - + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html index 52d49bc7e..278544c81 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 f1daa71cf..149328e3a 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 603531759..8f9f926cc 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 de59fee8f..6270cd3ed 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 95169639b..cab7752bb 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 259dec6e1..76e18816c 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 c97fd32bc..8ac0960a3 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 ce9766f40..c646bb11a 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 97e699a78..8840f37eb 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 0445235a1..1f5181553 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 331cef1fc..8a0e714f1 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 befb2e7e2..654bc1bdd 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 be4ef4420..a688cd09a 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 f2c71180f..4029b49f1 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 bc8230e19..9bc4bbe25 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 c056893bf..7e7d452b7 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 b7d565c30..51e97230e 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 05908ee98..ffb8017f8 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 78713efec..42b800626 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 cfb250060..c0ce7605d 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 c34ad199d..7186a8f3b 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 fd3099478..d43e830cf 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 d8ffc92d4..1ad3d3e0c 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 35b1fc786..83c101614 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 d83e0e94f..0e653a3d5 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 8eb8f4658..be800f4e5 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 aec78eab4..1a1469746 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 c2b715d8b..8f573ff62 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) - + @@ -101,7 +101,7 @@
    Direct Known Subclasses:
    -
    AbstractIdName, AbstractWrapperBase, Account, Artwork, Avatar, AvatarHash, Certification, ChangedItem, ChangeKeyItem, ChangeListItem, CollectionInfo, Company, Configuration, CreditBasic, CreditInfo, ExternalID, FindResults, JobDepartment, Language, ListItem, ListItemStatus, MediaBasic, MediaCredit, MediaCreditList, MediaState, PersonCreditList, ProductionCountry, RatedValue, ReleaseInfo, ResultDates, Review, StatusCode, TokenAuthorisation, TokenSession, Trailer, Translation, TVSeasonBasic, UserList, Video
    +
    AbstractIdName, AbstractWrapperBase, Account, Artwork, Avatar, AvatarHash, Certification, ChangedItem, ChangeKeyItem, ChangeListItem, Collection, CollectionInfo, Company, Configuration, CreditBasic, CreditInfo, ExternalID, FindResults, JobDepartment, Language, ListItem, ListItemStatus, MediaBasic, MediaCredit, MediaCreditList, MediaState, PersonCreditList, ProductionCountry, RatedValue, ReleaseInfo, ResultDates, Review, StatusCode, TokenAuthorisation, TokenSession, Trailer, Translation, TVSeasonBasic, UserList, Video


    diff --git a/apidocs/com/omertron/themoviedbapi/model/Certification.html b/apidocs/com/omertron/themoviedbapi/model/Certification.html index 3dd75b7ac..c67c185a8 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 f56e877e1..402adf881 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 68bce3280..cbbd03583 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 94c1f6c92..e6950f0fa 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 7de18f51e..8019c408b 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 2a9125788..572fcd6c8 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 02b409ec4..86c6f3184 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 5ab31b739..240dd9c07 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 4dc2e2207..102e0a19a 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 bbca89ec0..eb6f6695b 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 a158663b1..e8a0850cd 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 9cfe3f4bf..0c1db1a58 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 2ba9936b9..479d40852 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 de47341e8..d73fcd6c9 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 6b58f32f8..5597fb201 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 833d5cc9b..72c6a00b1 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 ad797ecc9..db086e658 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 02fe02e34..48a570d4a 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 f99fd979b..6475db03b 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 a7a6ad5bc..918a73647 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 736164acd..39b259116 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 66b73ea5a..8ce88bdae 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 a91f10f16..93511e597 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 b5fbf0916..3fc12f52c 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 a324a009b..5c06e76d6 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 77cdae6a0..8fd6fee37 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 f92174269..69da815d6 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 5ca6779ae..88acbab0a 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 06d005ad0..434bf6b78 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 3d0e03ad1..e8e3c4f60 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 38e12c56c..bba981c1a 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 5bf9fd09c..cacd16444 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 ec7e07e4c..e404905bd 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 a64c9eff6..b2aeaa218 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 c730b714d..af6ae20b4 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 d72b3a8e7..e2c56a8ad 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 103cb6b57..62eedeee4 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 3fcddbaee..65ce9a53f 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 baea47d81..170b89a29 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 4d212bdd7..6d8da4355 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 bc5fe2bc2..87df3c3c2 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 c1bf04fb9..4786b82ca 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 3f4f22755..78cb31f0d 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) - + @@ -302,6 +302,10 @@ class  +Collection  + + +class  CollectionInfo  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html index 18cd8ca80..5a652052b 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 de0b561dd..5689a0ab9 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 67c33e6a8..8d719aa0c 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 3811fd103..b27b1e2bc 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 a3bfaa882..ac0770530 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 780e6685c..9a0a8396b 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 3c8be8505..32e800871 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) - + @@ -37,7 +37,7 @@
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html index e05744962..5d606b634 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) - + @@ -13,6 +13,7 @@ diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html index 63a97b188..8697ecf18 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) - + @@ -77,6 +77,10 @@ +Collection +  + + CollectionInfo   diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html index e8d8fd3e1..b318789af 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) - + @@ -77,6 +77,7 @@ @@ -508,13 +508,13 @@ implements String getStatus()
  • - + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html index 66659f43f..853b8e4c1 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 f57261a1e..58ecd6e43 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 996e6aac6..b8ef2bb91 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 11b4fdfee..780ab484c 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) - + @@ -89,10 +89,6 @@   -com.omertron.themoviedbapi.model.collection -  - - com.omertron.themoviedbapi.model.movie   @@ -181,14 +177,6 @@
    Get the list of movies on an accounts watchlist.
    - -ResultList<MovieBasic> -TheMovieDbApi.searchCollection(String query, - Integer page, - String language) -
    Search for collections by name.
    - - @@ -271,14 +259,6 @@
    Get the list of movies on an accounts watch list.
    - -ResultList<MovieBasic> -TmdbSearch.searchCollection(String query, - Integer page, - String language) -
    Search for collections by name.
    - - @@ -313,37 +293,6 @@ -
  • - - -

    Uses of MovieBasic in com.omertron.themoviedbapi.model.collection

    - - - - - - - - - - - - -
    Methods in com.omertron.themoviedbapi.model.collection that return types with arguments of type MovieBasic 
    Modifier and TypeMethod and Description
    List<MovieBasic>CollectionInfo.getParts() 
    - - - - - - - - - - - - -
    Method parameters in com.omertron.themoviedbapi.model.collection with type arguments of type MovieBasic 
    Modifier and TypeMethod and Description
    voidCollectionInfo.setParts(List<MovieBasic> parts) 
    -
  • 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 218304658..84fbd226b 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 6aaf55b65..029ff8732 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 e4e3bcd5f..eb7ceab61 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 313212f73..58674e05a 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 b0ced4245..9f9c7b504 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 01b1598b8..8889ab4da 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 23b55c9cd..01f77d9b1 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 15aad1448..f740481cf 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) - + @@ -89,18 +89,14 @@   -com.omertron.themoviedbapi.model.collection -  - - com.omertron.themoviedbapi.model.movie   - + com.omertron.themoviedbapi.model.tv   - + com.omertron.themoviedbapi.results   @@ -174,23 +170,6 @@
  • -
  • - - - - - - - - - - - - -
    Classes in com.omertron.themoviedbapi.model.movie used by com.omertron.themoviedbapi.model.collection 
    Class and Description
    MovieBasic -
    Basic Movie information
    -
    -
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/network/Network.html b/apidocs/com/omertron/themoviedbapi/model/network/Network.html index 7f1c056b0..0ffd7daba 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 6e27248b1..d7ec735a2 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 c8b821fcf..5eb7fa283 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 9ff1e0b9c..ed757ca0e 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 94d82b6ae..f3b3e3839 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 e69a8860d..befdf7c13 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 4d0acbc18..6be49e230 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 07a88b22c..1f527b3e6 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 cb40099bf..2e1951027 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 eadd3e0ca..0e9cfa0b8 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 e5dd11667..f331b1cc3 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 37ae08b62..d410e5192 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 c7d116c6e..3f0054a8c 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 ed34c6373..7d5ac4d7e 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 9d794da6b..9fd09565b 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 f6d18c173..9b3881ca9 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 d2027f151..1d7eb520e 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 5a52cc46d..0ebdd1bd0 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 04b18754e..c34ca721b 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 c6550d767..c12239b2d 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 8a9a3f2b9..604b70d99 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 8de67b9e8..cae426190 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 94fa7a069..c963ffdb3 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 d2c2dbd35..deca2d03e 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 0b9179761..8616be089 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 3f780034a..92432a496 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 ce2ca4e9d..f519835ae 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 d8dcb4c9c..e2da5653b 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 8aa3c1045..876151f6b 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 fdee385c0..49574e826 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 894aaeb41..23ae6454c 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 387e05830..0bb9ae79c 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 55d09b63a..08e3bb719 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 3a7bdf83c..90a2153b1 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 4eb5c4bbe..6c0da53cb 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 70c8b5869..dda06ba11 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 2bde0462c..6954d70b5 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 882a76fdd..7ebba7c48 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 aa623f758..d35a06a57 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 fd93743e9..2c966a2c0 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 4009b59bc..e88def465 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) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html index 78ebd9432..705886de5 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 16050ad72..4b1e82d05 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 d361ff005..bc0952cc1 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) - + 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 5bbceaddf..5f3755a3e 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 7452e1565..76898450c 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 dac4a1ba8..6f56867da 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 bdf8beedc..1a8fd0244 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) - + 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 701996999..0624cad4c 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 d33de6d18..3b29cd6fc 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 dda817011..61eece654 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 a58ac471a..3d37d683a 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 55c6347e4..97d9c5328 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 48f6fa588..15f197ab0 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 dbaae97e9..013e319e1 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 2552b10c5..46b2a1147 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 715366480..0bf9407fa 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 56aa5dfcd..e426494b5 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 7329251dd..64472d73d 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 e16e326ba..9c1cbfeb2 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 efe55bf3f..eac4a7231 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 08189a956..b6e5e9900 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 c93d41896..34285e3fd 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 cef93e151..76c6d5ff6 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 8787557c1..66620a1c3 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 e91528f96..3fe6124f3 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 f579248f5..5be017de2 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 94849f15a..497e22cbf 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 f9c267721..0bc19c5c9 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 906ae26c2..c269e8a6f 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 1879cf6b6..5dc254f9d 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 c30654bbe..9ffd324ca 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 28c73915a..ddfbdc57a 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 97f406419..457ca51d6 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 06c109481..e937226a6 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 a27d25c04..c86d7d344 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 a7ce5044b..be297465a 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 d18f4b36b..46cb96f17 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 be75de51b..7b2b32cc2 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 0f5c20722..21c89f9aa 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 8a1570d4e..6a229169d 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 3c8542632..0c7827271 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 7d4ad85f7..680d968bb 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) - + @@ -538,7 +538,7 @@ -ResultList<MovieBasic> +ResultList<Collection> TheMovieDbApi.searchCollection(String query, Integer page, String language) @@ -1044,7 +1044,7 @@ -ResultList<MovieBasic> +ResultList<Collection> TmdbSearch.searchCollection(String query, Integer page, String language) diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html index 86f7a529c..123ce40a8 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 259d0a63b..66dffc339 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 c19210545..6004686da 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 e1a4df660..4370a60ad 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 6400b41e9..a21bb693c 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 6ad2da99c..ae8140546 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 2c7efd172..aec26b5ad 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 ab2776982..15f7202a9 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 4cf5dcbb7..0d992e64e 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 bfc6d8160..4d5a6978a 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 e72af1bca..6629f72c4 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 7b16af400..eee49120e 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 ce9a83c28..e3732103e 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 c4e4d1280..85b1fe1b8 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 a997e5d1e..b0cc937be 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 4d16f0c39..84bddbc01 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 016f94d2d..3defca473 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 52ff274d7..5ced4599d 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 cf5d1399b..9b0e03de1 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 f8d526142..f7d5231ee 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 abdd0ae71..5ba57e6fb 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 f25669a36..a963bb41f 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 6d315a4a2..be52b50f6 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 233a997f3..4e87d4c7c 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 c2c5d7f75..85dcd0c9b 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 357047061..a26471505 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 e6156d9b4..ca0eea2c6 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 a9a7dd8df..8229d0801 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 beffdc9c6..52e2e976c 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 afe43a16e..5d6a0f1fe 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 3646b124b..2deea9b23 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 b522afd00..3dc6d08a9 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 b0dd8b8c3..c76891dbc 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 667317dc0..0ea5c7254 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 dd2f378ee..8974573bc 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 879c7e1d7..89e7e8a75 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 d37a21139..85a3d6526 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 dd77c2a85..a60cc57ef 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 6b5c99127..809f698f8 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 c5e090c43..66779d47e 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 5103a2498..34a995471 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,10 +2,10 @@ - + Index (API-The MovieDB 4.1-SNAPSHOT API) - + @@ -284,6 +284,10 @@
    Copy the data from the passed object to this one
    +
    Collection - Class in com.omertron.themoviedbapi.model.collection
    +
     
    +
    Collection() - Constructor for class com.omertron.themoviedbapi.model.collection.Collection
    +
     
    CollectionInfo - Class in com.omertron.themoviedbapi.model.collection
     
    CollectionInfo() - Constructor for class com.omertron.themoviedbapi.model.collection.CollectionInfo
    @@ -428,6 +432,8 @@
     
    equals(Object) - Method in class com.omertron.themoviedbapi.model.artwork.ArtworkMedia
     
    +
    equals(Object) - Method in class com.omertron.themoviedbapi.model.collection.Collection
    +
     
    equals(Object) - Method in class com.omertron.themoviedbapi.model.Language
     
    equals(Object) - Method in class com.omertron.themoviedbapi.model.media.AlternativeTitle
    @@ -584,6 +590,8 @@
    getAvatar() - Method in class com.omertron.themoviedbapi.model.account.Account
     
    +
    getBackdropPath() - Method in class com.omertron.themoviedbapi.model.collection.Collection
    +
     
    getBackdropPath() - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
     
    getBackdropPath() - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
    @@ -973,6 +981,8 @@
     
    getId() - Method in class com.omertron.themoviedbapi.model.change.ChangeListItem
     
    +
    getId() - Method in class com.omertron.themoviedbapi.model.collection.Collection
    +
     
    getId() - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
     
    getId() - Method in class com.omertron.themoviedbapi.model.company.Company
    @@ -1301,6 +1311,8 @@
     
    getName() - Method in class com.omertron.themoviedbapi.model.account.Account
     
    +
    getName() - Method in class com.omertron.themoviedbapi.model.collection.Collection
    +
     
    getName() - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
     
    getName() - Method in class com.omertron.themoviedbapi.model.company.Company
    @@ -1501,6 +1513,8 @@
    This method is used to retrieve the daily movie popularity list.
    +
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.collection.Collection
    +
     
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
     
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.list.ListItem
    @@ -1579,6 +1593,8 @@
     
    getRating() - Method in class com.omertron.themoviedbapi.model.tv.TVBasic
     
    +
    getReleaseDate() - Method in class com.omertron.themoviedbapi.model.collection.Collection
    +
     
    getReleaseDate() - Method in class com.omertron.themoviedbapi.model.credits.CreditMovieBasic
     
    getReleaseDate() - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
    @@ -1767,6 +1783,8 @@
    Get the list of supported timezones for the API methods that support them.
    +
    getTitle() - Method in class com.omertron.themoviedbapi.model.collection.Collection
    +
     
    getTitle() - Method in class com.omertron.themoviedbapi.model.credits.CreditMovieBasic
     
    getTitle() - Method in class com.omertron.themoviedbapi.model.media.AlternativeTitle
    @@ -2075,6 +2093,8 @@
     
    hashCode() - Method in class com.omertron.themoviedbapi.model.artwork.ArtworkMedia
     
    +
    hashCode() - Method in class com.omertron.themoviedbapi.model.collection.Collection
    +
     
    hashCode() - Method in class com.omertron.themoviedbapi.model.Language
     
    hashCode() - Method in class com.omertron.themoviedbapi.model.media.AlternativeTitle
    @@ -2630,6 +2650,8 @@
     
    setAvatar(Avatar) - Method in class com.omertron.themoviedbapi.model.account.Account
     
    +
    setBackdropPath(String) - Method in class com.omertron.themoviedbapi.model.collection.Collection
    +
     
    setBackdropPath(String) - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
     
    setBackdropPath(String) - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
    @@ -2640,7 +2662,7 @@
     
    setBaseUrl(String) - Method in class com.omertron.themoviedbapi.model.config.Configuration
     
    -
    setBelongsToCollection(CollectionInfo) - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
    +
    setBelongsToCollection(Collection) - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
     
    setBiography(String) - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
     
    @@ -2828,6 +2850,8 @@
     
    setId(int) - Method in class com.omertron.themoviedbapi.model.change.ChangeListItem
     
    +
    setId(int) - Method in class com.omertron.themoviedbapi.model.collection.Collection
    +
     
    setId(int) - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
     
    setId(int) - Method in class com.omertron.themoviedbapi.model.company.Company
    @@ -2986,6 +3010,8 @@
     
    setName(String) - Method in class com.omertron.themoviedbapi.model.account.Account
     
    +
    setName(String) - Method in class com.omertron.themoviedbapi.model.collection.Collection
    +
     
    setName(String) - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
     
    setName(String) - Method in class com.omertron.themoviedbapi.model.company.Company
    @@ -3060,7 +3086,7 @@
     
    setParentCompany(int, String, String) - Method in class com.omertron.themoviedbapi.model.company.Company
     
    -
    setParts(List<MovieBasic>) - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
    +
    setParts(List<Collection>) - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
     
    setPerson(PersonBasic) - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
     
    @@ -3074,6 +3100,8 @@
     
    setPopularity(float) - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
     
    +
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.collection.Collection
    +
     
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
     
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.list.ListItem
    @@ -3112,6 +3140,8 @@
     
    setRating(float) - Method in class com.omertron.themoviedbapi.model.tv.TVBasic
     
    +
    setReleaseDate(String) - Method in class com.omertron.themoviedbapi.model.collection.Collection
    +
     
    setReleaseDate(String) - Method in class com.omertron.themoviedbapi.model.credits.CreditMovieBasic
     
    setReleaseDate(String) - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
    @@ -3206,6 +3236,8 @@
     
    setTime(String) - Method in class com.omertron.themoviedbapi.model.change.ChangedItem
     
    +
    setTitle(String) - Method in class com.omertron.themoviedbapi.model.collection.Collection
    +
     
    setTitle(String) - Method in class com.omertron.themoviedbapi.model.credits.CreditMovieBasic
     
    setTitle(String) - Method in class com.omertron.themoviedbapi.model.media.AlternativeTitle
    diff --git a/apidocs/index.html b/apidocs/index.html index 366cd1af1..2bc9cc24c 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ - + API-The MovieDB 4.1-SNAPSHOT API