- Gender - Enum in com.omertron.themoviedbapi.enumeration
-
- Genre - Class in com.omertron.themoviedbapi.model
-
- Genre() - Constructor for class com.omertron.themoviedbapi.model.Genre
-
- get(K) - Method in class com.omertron.themoviedbapi.results.ResultsMap
-
- get(Param) - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
-
Get a parameter from the collection
- getAccount(String) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
-
Get the basic information for an account.
- getAccount(String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the basic information for an account.
- getAction() - Method in class com.omertron.themoviedbapi.model.change.ChangedItem
-
- getAdult() - Method in class com.omertron.themoviedbapi.model.person.PersonFind
-
- getAirDate() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
- getAirDate() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
-
- getAll(ArtworkType...) - Method in class com.omertron.themoviedbapi.results.WrapperImages
-
Return a list of all the artwork with their types.
- getAlsoKnownAs() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
-
- getAlternativeTitles() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getAlternativeTitles() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getArtworkPath() - Method in class com.omertron.themoviedbapi.model.credits.CreditBasic
-
- getArtworkPath() - Method in class com.omertron.themoviedbapi.model.credits.MediaCredit
-
- getArtworkType() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
-
- getAspectRatio() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
-
- getAuthor() - Method in class com.omertron.themoviedbapi.model.review.Review
-
- getAuthorisationToken() - Method in class com.omertron.themoviedbapi.methods.TmdbAuthentication
-
This method is used to generate a valid request token for user based
authentication.
- getAuthorisationToken() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to generate a valid request token for user based
authentication.
- 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
-
- getBackdrops() - Method in class com.omertron.themoviedbapi.results.WrapperImages
-
- getBackdropSizes() - Method in class com.omertron.themoviedbapi.model.config.Configuration
-
- getBaseUrl() - Method in class com.omertron.themoviedbapi.model.config.Configuration
-
- getBelongsToCollection() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getBiography() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
-
- getBirthday() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
-
- getBudget() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getCast() - Method in class com.omertron.themoviedbapi.model.media.MediaCreditList
-
- getCast() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getCast() - Method in class com.omertron.themoviedbapi.model.person.PersonCreditList
-
- getCastId() - Method in class com.omertron.themoviedbapi.model.credits.MediaCreditCast
-
- getCertification() - Method in class com.omertron.themoviedbapi.model.movie.Release
-
- getChangedItems() - Method in class com.omertron.themoviedbapi.model.change.ChangeKeyItem
-
- getChangedItems() - Method in class com.omertron.themoviedbapi.results.WrapperChanges
-
- getChangeKeys() - Method in class com.omertron.themoviedbapi.results.WrapperConfig
-
- getChangeList(MethodBase, Integer, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbChanges
-
Get a list of Media IDs that have been edited.
- getChanges() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getChanges() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
-
- getChanges() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getCharacter() - Method in class com.omertron.themoviedbapi.model.credits.CreditBasic
-
- getCharacter() - Method in class com.omertron.themoviedbapi.model.credits.MediaCreditCast
-
- getCharacter() - Method in class com.omertron.themoviedbapi.model.tv.TVCredit
-
- getCode() - Method in class com.omertron.themoviedbapi.model.Language
-
- getCode() - Method in class com.omertron.themoviedbapi.model.StatusCode
-
- getCollectionImages(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbCollections
-
Get all of the images for a particular collection by collection id.
- getCollectionImages(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get all of the images for a particular collection by collection id.
- getCollectionInfo(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbCollections
-
This method is used to retrieve all of the basic information about a
movie collection.
- getCollectionInfo(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve all of the basic information about a
movie collection.
- getCompanyInfo(int) - Method in class com.omertron.themoviedbapi.methods.TmdbCompanies
-
This method is used to retrieve the basic information about a production company on TMDb.
- getCompanyInfo(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve the basic information about a production
company on TMDb.
- getCompanyMovies(int, String, Integer) - Method in class com.omertron.themoviedbapi.methods.TmdbCompanies
-
This method is used to retrieve the movies associated with a company.
- getCompanyMovies(int, String, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve the movies associated with a company.
- getConfig() - Method in class com.omertron.themoviedbapi.methods.TmdbConfiguration
-
Get the configuration
If the configuration has been previously retrieved, use that instead
- getConfiguration() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the configuration information
- getContent() - Method in class com.omertron.themoviedbapi.model.review.Review
-
- getContentRatings() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getCountries() - Method in class com.omertron.themoviedbapi.results.WrapperReleaseInfo
-
- getCountry() - Method in class com.omertron.themoviedbapi.model.account.Account
-
- getCountry() - Method in class com.omertron.themoviedbapi.model.media.AlternativeTitle
-
- getCountry() - Method in class com.omertron.themoviedbapi.model.media.Translation
-
- getCountry() - Method in class com.omertron.themoviedbapi.model.media.Video
-
- getCountry() - Method in class com.omertron.themoviedbapi.model.movie.ProductionCountry
-
- getCountry() - Method in class com.omertron.themoviedbapi.model.movie.ReleaseDates
-
- getCountry() - Method in class com.omertron.themoviedbapi.model.movie.ReleaseInfo
-
- getCountry() - Method in class com.omertron.themoviedbapi.model.person.ContentRating
-
- getCreatedBy() - Method in class com.omertron.themoviedbapi.model.list.ListItem
-
- getCreatedBy() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getCreditId() - Method in class com.omertron.themoviedbapi.model.credits.CreditBasic
-
- getCreditId() - Method in class com.omertron.themoviedbapi.model.credits.MediaCredit
-
- getCreditInfo(String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbCredits
-
Get the detailed information about a particular credit record.
- getCreditInfo(String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the detailed information about a particular credit record.
- getCredits() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
-
- getCredits() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getCredits() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
-
- getCreditType() - Method in class com.omertron.themoviedbapi.model.credits.CreditBasic
-
- getCreditType() - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
-
- getCrew() - Method in class com.omertron.themoviedbapi.model.media.MediaCreditList
-
- getCrew() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getCrew() - Method in class com.omertron.themoviedbapi.model.person.PersonCreditList
-
- getCrew() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
-
- getDates() - Method in interface com.omertron.themoviedbapi.interfaces.WrapperDates
-
- getDates() - Method in class com.omertron.themoviedbapi.results.AbstractWrapperAll
-
- getDeathday() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
-
- getDepartment() - Method in class com.omertron.themoviedbapi.model.config.JobDepartment
-
- getDepartment() - Method in class com.omertron.themoviedbapi.model.credits.CreditBasic
-
- getDepartment() - Method in class com.omertron.themoviedbapi.model.credits.MediaCreditCrew
-
- getDepartment() - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
-
- getDescription() - Method in class com.omertron.themoviedbapi.model.company.Company
-
- getDescription() - Method in class com.omertron.themoviedbapi.model.list.ListItem
-
- getDescription() - Method in class com.omertron.themoviedbapi.model.list.UserList
-
- getDiscoverMovies(Discover) - Method in class com.omertron.themoviedbapi.methods.TmdbDiscover
-
Discover movies by different types of data like average rating, number of votes, genres and certifications.
- getDiscoverMovies(Discover) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Discover movies by different types of data like average rating, number of
votes, genres and certifications.
- getDiscoverTV(Discover) - Method in class com.omertron.themoviedbapi.methods.TmdbDiscover
-
Discover movies by different types of data like average rating, number of votes, genres and certifications.
- getDiscoverTV(Discover) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Discover movies by different types of data like average rating, number of
votes, genres and certifications.
- getEnglishName() - Method in class com.omertron.themoviedbapi.model.media.Translation
-
- getEntries() - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
-
Get the entry set of the parameters
- getEpisodeAccountState(int, int, int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbEpisodes
-
This method lets users get the status of whether or not the TV episode
has been rated.
- getEpisodeAccountState(int, int, int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method lets users get the status of whether or not the TV episode
has been rated.
- getEpisodeChanges(int, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbEpisodes
-
Look up a TV episode's changes by episode ID
- getEpisodeChanges(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Look up a TV episode's changes by episode ID
- getEpisodeCount() - Method in class com.omertron.themoviedbapi.model.credits.CreditTVBasic
-
- getEpisodeCount() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
-
- getEpisodeCredits(int, int, int) - Method in class com.omertron.themoviedbapi.methods.TmdbEpisodes
-
Get the TV episode credits by combination of season and episode number.
- getEpisodeCredits(int, int, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the TV episode credits by combination of season and episode number.
- getEpisodeExternalID(int, int, int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbEpisodes
-
Get the external ids for a TV episode by comabination of a season and
episode number.
- getEpisodeExternalID(int, int, int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the external ids for a TV episode by comabination of a season and
episode number.
- getEpisodeImages(int, int, int) - Method in class com.omertron.themoviedbapi.methods.TmdbEpisodes
-
Get the images (episode stills) for a TV episode by combination of a
season and episode number.
- getEpisodeImages(int, int, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the images (episode stills) for a TV episode by combination of a
season and episode number.
- getEpisodeInfo(int, int, int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbEpisodes
-
Get the primary information about a TV episode by combination of a season
and episode number.
- getEpisodeInfo(int, int, int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the primary information about a TV episode by combination of a season
and episode number.
- getEpisodeNumber() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
- getEpisodeRunTime() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getEpisodes() - Method in class com.omertron.themoviedbapi.model.tv.TVCredit
-
- getEpisodes() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
-
- getEpisodeVideos(int, int, int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbEpisodes
-
Get the videos that have been added to a TV episode (teasers, clips,
etc...)
- getEpisodeVideos(int, int, int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the videos that have been added to a TV episode (teasers, clips,
etc...)
- getExpires() - Method in class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation
-
- getExpiresAt() - Method in class com.omertron.themoviedbapi.model.authentication.TokenSession
-
- getExternalIDs() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
-
- getExternalIDs() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
-
- getExternalIDs() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getExternalIDs() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
-
- getFacebookId() - Method in class com.omertron.themoviedbapi.model.person.ExternalID
-
- getFavoriteCount() - Method in class com.omertron.themoviedbapi.model.list.ListItem
-
- getFavoriteCount() - Method in class com.omertron.themoviedbapi.model.list.UserList
-
- getFavoriteMovies(String, int) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
-
Get the list of favorite movies for an account.
- getFavoriteMovies(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the account favourite movies
- getFavoriteTv(String, int) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
-
Get the list of favorite TV series for an account.
- getFavoriteTv(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the list of favorite TV series for an account.
- getFilePath() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
-
- getFirstAirDate() - Method in class com.omertron.themoviedbapi.model.credits.CreditTVBasic
-
- getFirstAirDate() - Method in class com.omertron.themoviedbapi.model.tv.TVBasic
-
- getFlag() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
-
- getFreebaseId() - Method in class com.omertron.themoviedbapi.model.person.ExternalID
-
- getFreebaseMid() - Method in class com.omertron.themoviedbapi.model.person.ExternalID
-
- getGender() - Method in class com.omertron.themoviedbapi.model.credits.MediaCredit
-
- getGender() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
-
- getGenreIds() - Method in class com.omertron.themoviedbapi.model.collection.Collection
-
- getGenreIds() - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
-
- getGenreIds() - Method in class com.omertron.themoviedbapi.model.tv.TVBasic
-
- getGenreMovieList(String) - Method in class com.omertron.themoviedbapi.methods.TmdbGenres
-
Get the list of movie genres.
- getGenreMovieList(String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the list of Movie genres.
- getGenreMovies(int, String, Integer, Boolean, Boolean) - Method in class com.omertron.themoviedbapi.methods.TmdbGenres
-
Get the list of movies for a particular genre by id.
- getGenreMovies(int, String, Integer, Boolean, Boolean) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get a list of movies per genre.
- getGenres() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getGenres() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getGenres() - Method in class com.omertron.themoviedbapi.results.WrapperGenres
-
- getGenreTVList(String) - Method in class com.omertron.themoviedbapi.methods.TmdbGenres
-
Get the list of TV genres.
- getGenreTVList(String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the list of TV genres..
- getGuestRatedMovies(String, String, Integer, SortBy) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
-
Get a list of rated movies for a specific guest session id.
- getGuestRatedMovies(String, String, Integer, SortBy) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get a list of rated movies for a specific guest session id.
- getGuestSessionId() - Method in class com.omertron.themoviedbapi.model.authentication.TokenSession
-
- getGuestSessionToken() - Method in class com.omertron.themoviedbapi.methods.TmdbAuthentication
-
This method is used to generate a guest session id.
- getGuestSessionToken() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to generate a guest session id.
- getGuestStars() - Method in class com.omertron.themoviedbapi.model.media.MediaCreditList
-
- getGuestStars() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
-
- getHash() - Method in class com.omertron.themoviedbapi.model.account.Avatar
-
- getHash() - Method in class com.omertron.themoviedbapi.model.account.AvatarHash
-
- getHeadquarters() - Method in class com.omertron.themoviedbapi.model.company.Company
-
- getHeight() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
-
- getHomepage() - Method in class com.omertron.themoviedbapi.model.company.Company
-
- getHomepage() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getHomepage() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
-
- getHomepage() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getId() - Method in interface com.omertron.themoviedbapi.interfaces.Identification
-
- getId() - Method in class com.omertron.themoviedbapi.model.AbstractIdName
-
- getId() - Method in class com.omertron.themoviedbapi.model.account.Account
-
- getId() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
-
- getId() - Method in class com.omertron.themoviedbapi.model.change.ChangedItem
-
- 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
-
- getId() - Method in class com.omertron.themoviedbapi.model.credits.CreditBasic
-
- getId() - Method in class com.omertron.themoviedbapi.model.credits.MediaCredit
-
- getId() - Method in class com.omertron.themoviedbapi.model.list.ListItem
-
- getId() - Method in class com.omertron.themoviedbapi.model.list.ListItemStatus
-
- getId() - Method in class com.omertron.themoviedbapi.model.list.UserList
-
- getId() - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
-
- getId() - Method in class com.omertron.themoviedbapi.model.media.MediaCreditList
-
- getId() - Method in class com.omertron.themoviedbapi.model.media.MediaState
-
- getId() - Method in class com.omertron.themoviedbapi.model.media.Video
-
- getId() - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
-
- getId() - Method in class com.omertron.themoviedbapi.model.person.ExternalID
-
- getId() - Method in class com.omertron.themoviedbapi.model.person.PersonCreditList
-
- getId() - Method in class com.omertron.themoviedbapi.model.review.Review
-
- getId() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
-
- getId() - Method in class com.omertron.themoviedbapi.results.AbstractWrapperId
-
- getImages() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getImages() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
-
- getImages() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
-
- getImages() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getImages() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
-
- getImdbID() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getImdbId() - Method in class com.omertron.themoviedbapi.model.person.ExternalID
-
- getImdbId() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
-
- getInstagramId() - Method in class com.omertron.themoviedbapi.model.person.ExternalID
-
- getItemCount() - Method in class com.omertron.themoviedbapi.model.list.ListItem
-
- getItemCount() - Method in class com.omertron.themoviedbapi.model.list.UserList
-
- getItems() - Method in class com.omertron.themoviedbapi.model.list.ListItem
-
- getJob() - Method in class com.omertron.themoviedbapi.model.credits.CreditBasic
-
- getJob() - Method in class com.omertron.themoviedbapi.model.credits.MediaCreditCrew
-
- getJob() - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
-
- getJobs() - Method in class com.omertron.themoviedbapi.methods.TmdbConfiguration
-
Get a list of valid jobs
- getJobs() - Method in class com.omertron.themoviedbapi.model.config.JobDepartment
-
- getJobs() - Method in class com.omertron.themoviedbapi.results.WrapperJobList
-
- getJobs() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get a list of valid jobs
- getKey() - Method in class com.omertron.themoviedbapi.model.change.ChangeKeyItem
-
- getKey() - Method in class com.omertron.themoviedbapi.model.media.Video
-
- getKeyword(String) - Method in class com.omertron.themoviedbapi.methods.TmdbKeywords
-
Get the basic information for a specific keyword id.
- getKeyword(String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the basic information for a specific keyword id.
- getKeywordMovies(String, String, Integer) - Method in class com.omertron.themoviedbapi.methods.TmdbKeywords
-
Get the list of movies for a particular keyword by id.
- getKeywordMovies(String, String, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the list of movies for a particular keyword by id.
- getKeywords() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getKeywords() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getKeywords() - Method in class com.omertron.themoviedbapi.results.WrapperMovieKeywords
-
- getKnownFor() - Method in class com.omertron.themoviedbapi.model.person.PersonFind
-
- getLangauage() - Method in class com.omertron.themoviedbapi.model.review.Review
-
- getLanguage() - Method in class com.omertron.themoviedbapi.model.account.Account
-
- getLanguage() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
-
- getLanguage() - Method in class com.omertron.themoviedbapi.model.change.ChangedItem
-
- getLanguage() - Method in class com.omertron.themoviedbapi.model.list.ListItem
-
- getLanguage() - Method in class com.omertron.themoviedbapi.model.list.UserList
-
- getLanguage() - Method in class com.omertron.themoviedbapi.model.media.Translation
-
- getLanguage() - Method in class com.omertron.themoviedbapi.model.media.Video
-
- getLanguage() - Method in class com.omertron.themoviedbapi.model.movie.ReleaseDate
-
- getLanguages() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getLastAirDate() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getLatestMovie() - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
This method is used to retrieve the newest movie that was added to TMDb.
- getLatestMovie() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve the newest movie that was added to TMDb.
- getLatestTV() - Method in class com.omertron.themoviedbapi.methods.TmdbTV
-
Get the latest TV show id.
- getLatestTV() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the latest TV show id.
- getList(String) - Method in class com.omertron.themoviedbapi.methods.TmdbLists
-
Get a list by its ID
- getList(String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get a list by its ID
- getListId() - Method in class com.omertron.themoviedbapi.model.list.ListStatusCode
-
- getLists() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getListType() - Method in class com.omertron.themoviedbapi.model.list.UserList
-
- getLogoPath() - Method in class com.omertron.themoviedbapi.model.company.Company
-
- getLogoSizes() - Method in class com.omertron.themoviedbapi.model.config.Configuration
-
- getMaximum() - Method in class com.omertron.themoviedbapi.results.ResultDates
-
- getMeaning() - Method in class com.omertron.themoviedbapi.model.Certification
-
- getMedia() - Method in class com.omertron.themoviedbapi.model.artwork.ArtworkMedia
-
- getMedia() - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
-
- getMediaChanges(int, String, String) - Method in class com.omertron.themoviedbapi.methods.AbstractMethod
-
Look up the media's changes by ID
- getMediaId() - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
-
- getMediaId() - Method in class com.omertron.themoviedbapi.model.review.Review
-
- getMediaTitle() - Method in class com.omertron.themoviedbapi.model.review.Review
-
- getMediaType() - Method in class com.omertron.themoviedbapi.model.artwork.ArtworkMedia
-
- getMediaType() - Method in class com.omertron.themoviedbapi.model.credits.CreditBasic
-
- getMediaType() - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
-
- getMediaType() - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
-
- getMediaType() - Method in class com.omertron.themoviedbapi.model.review.Review
-
- getMessage() - Method in class com.omertron.themoviedbapi.model.StatusCode
-
- getMinimum() - Method in class com.omertron.themoviedbapi.results.ResultDates
-
- getMovieAccountState(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
This method lets a user get the status of whether or not the movie has been rated or added to their favourite or movie watch
list.
- getMovieAccountState(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method lets a user get the status of whether or not the movie has
been rated or added to their favourite or movie watch list.
- getMovieAlternativeTitles(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
This method is used to retrieve all of the alternative titles we have for a particular movie.
- getMovieAlternativeTitles(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve all of the alternative titles we have for
a particular movie.
- getMovieChangeList(Integer, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get a list of Movie IDs that have been edited.
- getMovieChanges(int, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
Get the changes for a specific movie ID.
- getMovieChanges(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the changes for a specific movie ID.
- getMovieCredits(int) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
Get the cast and crew information for a specific movie id.
- getMovieCredits() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
-
- getMovieCredits(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the cast and crew information for a specific movie id.
- getMovieImages(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
This method should be used when you’re wanting to retrieve all of the images for a particular movie.
- getMovieImages(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method should be used when you’re wanting to retrieve all of the
images for a particular movie.
- getMovieInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
This method is used to retrieve all of the basic movie information.
- getMovieInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve all of the basic movie information.
- getMovieInfoImdb(String, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
This method is used to retrieve all of the basic movie information.
- getMovieInfoImdb(String, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve all of the basic movie information.
- getMovieKeywords(int) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
This method is used to retrieve all of the keywords that have been added to a particular movie.
- getMovieKeywords(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve all of the keywords that have been added
to a particular movie.
- getMovieLists(int, Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
Get the lists that the movie belongs to
- getMovieLists(int, Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the lists that the movie belongs to
- getMovieReleaseInfo(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
This method is used to retrieve all of the release and certification data we have for a specific movie.
- getMovieReleaseInfo(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve all of the release and certification data
we have for a specific movie.
- getMovieResults() - Method in class com.omertron.themoviedbapi.model.FindResults
-
- getMovieReviews(int, Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
Get the reviews for a particular movie id.
- getMovieReviews(int, Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the reviews for a particular movie id.
- getMoviesCertification() - Method in class com.omertron.themoviedbapi.methods.TmdbCertifications
-
Get a list of movies certification.
- getMoviesCertification() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get a list of movies certification.
- getMovieTranslations(int) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
This method is used to retrieve a list of the available translations for a specific movie.
- getMovieTranslations(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve a list of the available translations for
a specific movie.
- getMovieVideos(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
This method is used to retrieve all of the trailers for a particular movie.
- getMovieVideos(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve all of the trailers for a particular
movie.
- getName() - Method in class com.omertron.themoviedbapi.model.AbstractIdName
-
- 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
-
- getName() - Method in class com.omertron.themoviedbapi.model.credits.CreditTVBasic
-
- getName() - Method in class com.omertron.themoviedbapi.model.credits.MediaCredit
-
- getName() - Method in class com.omertron.themoviedbapi.model.Language
-
- getName() - Method in class com.omertron.themoviedbapi.model.list.ListItem
-
- getName() - Method in class com.omertron.themoviedbapi.model.list.UserList
-
- getName() - Method in class com.omertron.themoviedbapi.model.media.Trailer
-
- getName() - Method in class com.omertron.themoviedbapi.model.media.Translation
-
- getName() - Method in class com.omertron.themoviedbapi.model.media.Video
-
- getName() - Method in class com.omertron.themoviedbapi.model.movie.ProductionCountry
-
- getName() - Method in class com.omertron.themoviedbapi.model.tv.TVBasic
-
- getName() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
- getName() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
-
- getNetworkInfo(int) - Method in class com.omertron.themoviedbapi.methods.TmdbNetworks
-
This method is used to retrieve the basic information about a TV network.
- getNetworkInfo(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve the basic information about a TV network.
- getNetworks() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getNote() - Method in class com.omertron.themoviedbapi.model.movie.ReleaseDate
-
- getNowPlayingMovies(Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
This method is used to retrieve the movies currently in theatres.
- getNowPlayingMovies(Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve the movies currently in theatres.
- getNumberOfEpisodes() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getNumberOfSeasons() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getOrder() - Method in class com.omertron.themoviedbapi.model.Certification
-
- getOrder() - Method in class com.omertron.themoviedbapi.model.credits.MediaCreditCast
-
- getOriginalLanguage() - Method in class com.omertron.themoviedbapi.model.collection.Collection
-
- getOriginalLanguage() - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
-
- getOriginalLanguage() - Method in class com.omertron.themoviedbapi.model.tv.TVBasic
-
- getOriginalName() - Method in class com.omertron.themoviedbapi.model.credits.CreditTVBasic
-
- getOriginalName() - Method in class com.omertron.themoviedbapi.model.tv.TVBasic
-
- getOriginalName() - Method in class com.omertron.themoviedbapi.model.tv.TVCredit
-
- getOriginalTitle() - Method in class com.omertron.themoviedbapi.model.collection.Collection
-
- getOriginalTitle() - Method in class com.omertron.themoviedbapi.model.credits.CreditMovieBasic
-
- getOriginalTitle() - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
-
- getOriginalValue() - Method in class com.omertron.themoviedbapi.model.change.ChangedItem
-
- getOriginCountry() - Method in class com.omertron.themoviedbapi.model.tv.TVBasic
-
- getOverview() - Method in class com.omertron.themoviedbapi.model.collection.Collection
-
- getOverview() - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
-
- getOverview() - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
-
- getOverview() - Method in class com.omertron.themoviedbapi.model.tv.TVBasic
-
- getOverview() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
- getOverview() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
-
- getPage() - Method in interface com.omertron.themoviedbapi.interfaces.WrapperPages
-
- getPage() - Method in class com.omertron.themoviedbapi.results.AbstractWrapperIdPages
-
- getParams() - Method in class com.omertron.themoviedbapi.model.discover.Discover
-
Get the parameters
- getParentCompany() - Method in class com.omertron.themoviedbapi.model.company.Company
-
- getParts() - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
-
- getPerson() - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
-
- getPersonChangeList(Integer, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get a list of PersonInfo IDs that have been edited.
- getPersonChanges(int, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
-
Get the changes for a specific person id.
- getPersonChanges(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the changes for a specific person id.
- getPersonCombinedCredits(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
-
Get the combined (movie and TV) credits for a specific person id.
- getPersonCombinedCredits(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the combined (movie and TV) credits for a specific person id.
- getPersonExternalIds(int) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
-
Get the external ids for a specific person id.
- getPersonExternalIds(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the external ids for a specific person id.
- getPersonImages(int) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
-
Get the images for a specific person id.
- getPersonImages(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the images for a specific person id.
- getPersonInfo(int, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
-
Get the general person information for a specific id.
- getPersonInfo(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the general person information for a specific id.
- getPersonLatest() - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
-
Get the latest person id.
- getPersonLatest() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the latest person id.
- getPersonMovieCredits(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
-
Get the movie credits for a specific person id.
- getPersonMovieCredits(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the movie credits for a specific person id.
- getPersonPopular(Integer) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
-
Get the list of popular people on The Movie Database.
- getPersonPopular(Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the list of popular people on The Movie Database.
- getPersonResults() - Method in class com.omertron.themoviedbapi.model.FindResults
-
- getPersonTaggedImages(int, Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
-
Get the images that have been tagged with a specific person id.
- getPersonTaggedImages(int, Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the images that have been tagged with a specific person id.
- getPersonTVCredits(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
-
Get the TV credits for a specific person id.
- getPersonTVCredits(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the TV credits for a specific person id.
- getPlaceOfBirth() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
-
- getPopularity() - Method in class com.omertron.themoviedbapi.model.collection.Collection
-
- getPopularity() - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
-
- getPopularity() - Method in class com.omertron.themoviedbapi.model.person.PersonFind
-
- getPopularity() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
-
- getPopularMovieList(Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
This method is used to retrieve the daily movie popularity list.
- getPopularMovieList(Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
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
-
- getPosterPath() - Method in class com.omertron.themoviedbapi.model.list.UserList
-
- getPosterPath() - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
-
- getPosterPath() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
-
- getPosters() - Method in class com.omertron.themoviedbapi.results.WrapperImages
-
- getPosterSizes() - Method in class com.omertron.themoviedbapi.model.config.Configuration
-
- getProductionCode() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
-
- getProductionCompanies() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getProductionCompanies() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getProductionCountries() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getProfilePath() - Method in class com.omertron.themoviedbapi.model.person.PersonBasic
-
- getProfiles() - Method in class com.omertron.themoviedbapi.results.WrapperImages
-
- getProfileSizes() - Method in class com.omertron.themoviedbapi.model.config.Configuration
-
- getPropertyString() - Method in enum com.omertron.themoviedbapi.enumeration.ExternalSource
-
- getPropertyString() - Method in enum com.omertron.themoviedbapi.enumeration.MovieMethod
-
Get the string to use in the URL
- getPropertyString() - Method in enum com.omertron.themoviedbapi.enumeration.PeopleMethod
-
Get the string to use in the URL
- getPropertyString() - Method in enum com.omertron.themoviedbapi.enumeration.SearchType
-
- getPropertyString() - Method in enum com.omertron.themoviedbapi.enumeration.SortBy
-
- getPropertyString() - Method in enum com.omertron.themoviedbapi.enumeration.TVEpisodeMethod
-
Get the string to use in the URL
- getPropertyString() - Method in enum com.omertron.themoviedbapi.enumeration.TVMethod
-
Get the string to use in the URL
- getPropertyString() - Method in enum com.omertron.themoviedbapi.enumeration.TVSeasonMethod
-
Get the string to use in the URL
- getPropertyString() - Method in interface com.omertron.themoviedbapi.interfaces.AppendToResponseMethod
-
- getRated() - Method in class com.omertron.themoviedbapi.model.media.MediaState
-
- getRatedMovies(String, int, Integer, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
-
Get the list of rated movies (and associated rating) for an account.
- getRatedMovies(String, int, Integer, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the list of rated movies (and associated rating) for an account.
- getRatedTV(String, int, Integer, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
-
Get the list of rated TV shows (and associated rating) for an account.
- getRatedTV(String, int, Integer, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the list of rated TV shows (and associated rating) for an account.
- getRating() - Method in class com.omertron.themoviedbapi.model.person.ContentRating
-
- 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
-
- getReleaseDate() - Method in class com.omertron.themoviedbapi.model.movie.Release
-
- getReleaseDate() - Method in class com.omertron.themoviedbapi.model.movie.ReleaseDates
-
- getReleaseDates(int) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
Get the release dates, certifications and related information by country for a specific movie id.
- getReleases() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getRequest(URL) - Method in class com.omertron.themoviedbapi.tools.HttpTools
-
GET data from the URL
- getRequestToken() - Method in class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation
-
- getResults() - Method in class com.omertron.themoviedbapi.results.ResultList
-
- getResults() - Method in class com.omertron.themoviedbapi.results.ResultsMap
-
- getResults() - Method in class com.omertron.themoviedbapi.results.WrapperGenericList
-
- getResults() - Method in class com.omertron.themoviedbapi.results.WrapperMultiSearch
-
- getResultsList() - Method in class com.omertron.themoviedbapi.results.WrapperGenericList
-
- getRevenue() - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
-
- getReview(String) - Method in class com.omertron.themoviedbapi.methods.TmdbReviews
-
Get the full details of a review by ID.
- getReviews() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getReviews(String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
- getRuntime() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getSeasonAccountState(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbSeasons
-
This method lets users get the status of whether or not the TV episodes of a season have been rated.
- getSeasonAccountState(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method lets users get the status of whether or not the TV episodes
of a season have been rated.
- getSeasonChanges(int, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbSeasons
-
Look up a TV season's changes by season ID.
- getSeasonChanges(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Look up a TV season's changes by season ID.
- getSeasonCredits(int, int) - Method in class com.omertron.themoviedbapi.methods.TmdbSeasons
-
Get the cast & crew credits for a TV season by season number.
- getSeasonCredits(int, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the cast & crew credits for a TV season by season number.
- getSeasonExternalID(int, int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbSeasons
-
Get the external ids that we have stored for a TV season by season number.
- getSeasonExternalID(int, int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the external ids that we have stored for a TV season by season
number.
- getSeasonImages(int, int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbSeasons
-
Get the images that we have stored for a TV season by season number.
- getSeasonImages(int, int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the images that we have stored for a TV season by season number.
- getSeasonInfo(int, int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbSeasons
-
Get the primary information about a TV season by its season number.
- getSeasonInfo(int, int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the primary information about a TV season by its season number.
- getSeasonNumber() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
- getSeasonNumber() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
-
- getSeasons() - Method in class com.omertron.themoviedbapi.model.tv.TVCredit
-
- getSeasons() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getSeasonVideos(int, int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbSeasons
-
Get the videos that have been added to a TV season (trailers, teasers, etc...)
- getSeasonVideos(int, int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the videos that have been added to a TV season (trailers, teasers,
etc...)
- getSecureBaseUrl() - Method in class com.omertron.themoviedbapi.model.config.Configuration
-
- getSessionId() - Method in class com.omertron.themoviedbapi.model.authentication.TokenSession
-
- getSessionToken(TokenAuthorisation) - Method in class com.omertron.themoviedbapi.methods.TmdbAuthentication
-
This method is used to generate a session id for user based
authentication.
- getSessionToken(TokenAuthorisation) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to generate a session id for user based
authentication.
- getSessionTokenLogin(TokenAuthorisation, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbAuthentication
-
This method is used to generate a session id for user based
authentication.
- getSessionTokenLogin(TokenAuthorisation, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to generate a session id for user based
authentication.
- getShowId() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
- getSimilarMovies(int, Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
The similar movies method will let you retrieve the similar movies for a particular movie.
- getSimilarMovies() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getSimilarMovies(int, Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
The similar movies method will let you retrieve the similar movies for a
particular movie.
- getSimilarTV() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getSite() - Method in class com.omertron.themoviedbapi.model.media.Video
-
- getSize() - Method in class com.omertron.themoviedbapi.model.media.Trailer
-
- getSize() - Method in class com.omertron.themoviedbapi.model.media.Video
-
- getSource() - Method in class com.omertron.themoviedbapi.model.media.Trailer
-
- getSpokenLanguages() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getStatus() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getStatus() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getStatusCode() - Method in class com.omertron.themoviedbapi.model.authentication.TokenSession
-
- getStatusCode() - Method in class com.omertron.themoviedbapi.model.list.ListItem
-
- getStatusCode() - Method in class com.omertron.themoviedbapi.model.list.ListItemStatus
-
- getStatusMessage() - Method in class com.omertron.themoviedbapi.model.authentication.TokenSession
-
- getStatusMessage() - Method in class com.omertron.themoviedbapi.model.list.ListItem
-
- getStillPath() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
- getStillSizes() - Method in class com.omertron.themoviedbapi.model.config.Configuration
-
- getSuccess() - Method in class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation
-
- getSuccess() - Method in class com.omertron.themoviedbapi.model.authentication.TokenSession
-
- getTaggedImages() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
-
- getTagline() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getTime() - Method in class com.omertron.themoviedbapi.model.change.ChangedItem
-
- getTimezones() - Method in class com.omertron.themoviedbapi.methods.TmdbConfiguration
-
Get the list of supported timezones for the API methods that support them
- getTimezones() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
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
-
- getTitle() - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
-
- getTitles() - Method in class com.omertron.themoviedbapi.results.WrapperAlternativeTitles
-
- getTmdbConfiguration() - Method in class com.omertron.themoviedbapi.results.WrapperConfig
-
- getTopRatedMovies(Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
- getTopRatedMovies(Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve the top rated movies that have over 10
votes on TMDb.
- getTotalPages() - Method in interface com.omertron.themoviedbapi.interfaces.WrapperPages
-
- getTotalPages() - Method in class com.omertron.themoviedbapi.results.AbstractWrapperIdPages
-
- getTotalResults() - Method in interface com.omertron.themoviedbapi.interfaces.WrapperPages
-
- getTotalResults() - Method in class com.omertron.themoviedbapi.results.AbstractWrapperIdPages
-
- getTotalResults() - Method in class com.omertron.themoviedbapi.results.ResultList
-
- getTotalResults() - Method in class com.omertron.themoviedbapi.results.ResultsMap
-
- getTranslations() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getTranslations() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getTranslations() - Method in class com.omertron.themoviedbapi.results.WrapperTranslations
-
- getTVAccountState(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
-
This method lets users get the status of whether or not the TV show has
been rated or added to their favourite or watch lists.
- getTVAccountState(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method lets users get the status of whether or not the TV show has
been rated or added to their favourite or watch lists.
- getTVAiringToday(Integer, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
-
Get the list of TV shows that air today.
- getTVAiringToday(Integer, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the list of TV shows that air today.
- getTVAlternativeTitles(int) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
-
Get the alternative titles for a specific show ID.
- getTVAlternativeTitles(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the alternative titles for a specific show ID.
- getTvCertification() - Method in class com.omertron.themoviedbapi.methods.TmdbCertifications
-
Get a list of tv certification.
- getTvCertification() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get a list of tv certification.
- getTvChangeList(Integer, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get a list of TV IDs that have been edited.
- getTVChanges(int, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
-
Get the changes for a specific TV show id.
- getTVChanges(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the changes for a specific TV show id.
- getTVContentRatings(int) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
-
Get the content ratings for a specific TV show id.
- getTVContentRatings(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the content ratings for a specific TV show id.
- getTVCredits(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
-
Get the cast & crew information about a TV series.
- getTvCredits() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
-
- getTVCredits(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the cast & crew information about a TV series.
- getTvdbId() - Method in class com.omertron.themoviedbapi.model.person.ExternalID
-
- getTvEpisodeResults() - Method in class com.omertron.themoviedbapi.model.FindResults
-
- getTVExternalIDs(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
-
Get the external ids that we have stored for a TV series.
- getTVExternalIDs(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the external ids that we have stored for a TV series.
- getTVImages(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
-
Get the images (posters and backdrops) for a TV series.
- getTVImages(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the images (posters and backdrops) for a TV series.
- getTVInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
-
Get the primary information about a TV series by id.
- getTVInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the primary information about a TV series by id.
- getTVKeywords(int) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
-
Get the plot keywords for a specific TV show id.
- getTVKeywords(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the plot keywords for a specific TV show id.
- getTVOnTheAir(Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
-
Get the list of TV shows that are currently on the air.
- getTVOnTheAir(Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the list of TV shows that are currently on the air.
- getTVPopular(Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
-
Get the list of popular TV shows.
- getTVPopular(Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the list of popular TV shows.
- getTvrageId() - Method in class com.omertron.themoviedbapi.model.person.ExternalID
-
- getTvResults() - Method in class com.omertron.themoviedbapi.model.FindResults
-
- getTvSeasonResults() - Method in class com.omertron.themoviedbapi.model.FindResults
-
- getTVSimilar(int, Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
-
Get the similar TV shows for a specific tv id.
- getTVSimilar(int, Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the similar TV shows for a specific tv id.
- getTVTopRated(Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
-
Get the list of top rated TV shows.
- getTVTopRated(Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the list of top rated TV shows.
- getTVTranslations(int) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
-
Get the list of translations that exist for a TV series.
- getTVTranslations(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the list of translations that exist for a TV series.
- getTVVideos(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
-
Get the videos that have been added to a TV series (trailers, opening
credits, etc...)
- getTVVideos(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the videos that have been added to a TV series (trailers, opening
credits, etc...)
- getTwitterId() - Method in class com.omertron.themoviedbapi.model.person.ExternalID
-
- getType() - Method in class com.omertron.themoviedbapi.model.media.Trailer
-
- getType() - Method in class com.omertron.themoviedbapi.model.media.Video
-
- getType() - Method in class com.omertron.themoviedbapi.model.movie.ReleaseDate
-
- getType() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getTypeList(Class<E>, E[]) - Method in class com.omertron.themoviedbapi.results.AbstractWrapperBase
-
Get a list of the enums passed
- getTypeReference(Class) - Static method in class com.omertron.themoviedbapi.methods.AbstractMethod
-
Helper function to get a pre-generated TypeReference for a class
- getUpcoming(Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-
Get the list of upcoming movies.
- getUpcoming(Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the list of upcoming movies.
- getUrl() - Method in class com.omertron.themoviedbapi.model.review.Review
-
- getUserLists(String, int) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
-
Get all lists of a given user
- getUserLists(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get all lists of a given user
- getUserName() - Method in class com.omertron.themoviedbapi.model.account.Account
-
- getUserRating() - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
-
- getValue() - Method in class com.omertron.themoviedbapi.model.Certification
-
- getValue() - Method in class com.omertron.themoviedbapi.model.change.ChangedItem
-
- getValue() - Method in class com.omertron.themoviedbapi.model.media.RatedValue
-
- getValue() - Method in enum com.omertron.themoviedbapi.tools.MethodBase
-
Get the URL parameter to use
- getValue() - Method in enum com.omertron.themoviedbapi.tools.MethodSub
-
Get the URL parameter to use
- getValue() - Method in enum com.omertron.themoviedbapi.tools.Param
-
Get the URL parameter to use
- getValue() - Method in enum com.omertron.themoviedbapi.tools.PostBody
-
Get the URL parameter to use
- getVideos() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
- getVideos() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
-
- getVideos() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
-
- getVideos() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
-
- getVideos() - Method in class com.omertron.themoviedbapi.results.WrapperVideos
-
- getVoteAverage() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
-
- getVoteAverage() - Method in class com.omertron.themoviedbapi.model.collection.Collection
-
- getVoteAverage() - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
-
- getVoteCount() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
-
- getVoteCount() - Method in class com.omertron.themoviedbapi.model.collection.Collection
-
- getVoteCount() - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
-
- getWatchListMovie(String, int, Integer, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
-
Get the list of movies on an accounts watch list.
- getWatchListMovie(String, int, Integer, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the list of movies on an accounts watchlist.
- getWatchListTV(String, int, Integer, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
-
Get the list of movies on an accounts watch list.
- getWatchListTV(String, int, Integer, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the list of movies on an accounts watchlist.
- getWidth() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
-
- valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.ArtworkType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.CreditType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.ExternalSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.Gender
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.MediaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.MovieMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.PeopleMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.ReleaseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.SearchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.SortBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.TVEpisodeMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.TVMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.TVSeasonMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.omertron.themoviedbapi.tools.MethodBase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.omertron.themoviedbapi.tools.MethodSub
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.omertron.themoviedbapi.tools.Param
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.omertron.themoviedbapi.tools.PostBody
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.omertron.themoviedbapi.enumeration.ArtworkType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.omertron.themoviedbapi.enumeration.CreditType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.omertron.themoviedbapi.enumeration.ExternalSource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.omertron.themoviedbapi.enumeration.Gender
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.omertron.themoviedbapi.enumeration.MediaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.omertron.themoviedbapi.enumeration.MovieMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.omertron.themoviedbapi.enumeration.PeopleMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.omertron.themoviedbapi.enumeration.ReleaseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.omertron.themoviedbapi.enumeration.SearchType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.omertron.themoviedbapi.enumeration.SortBy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.omertron.themoviedbapi.enumeration.TVEpisodeMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.omertron.themoviedbapi.enumeration.TVMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.omertron.themoviedbapi.enumeration.TVSeasonMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.omertron.themoviedbapi.tools.MethodBase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.omertron.themoviedbapi.tools.MethodSub
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.omertron.themoviedbapi.tools.Param
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.omertron.themoviedbapi.tools.PostBody
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Video - Class in com.omertron.themoviedbapi.model.media
-
Video specific information
- Video() - Constructor for class com.omertron.themoviedbapi.model.media.Video
-
- voteAverageGte(float) - Method in class com.omertron.themoviedbapi.model.discover.Discover
-
Only include movies that are equal to, or have a higher average rating than this value
- voteAverageLte(float) - Method in class com.omertron.themoviedbapi.model.discover.Discover
-
Only include movies that are less than or equal to this value
- voteCountGte(int) - Method in class com.omertron.themoviedbapi.model.discover.Discover
-
Only include movies that are equal to, or have a vote count higher than this value
- voteCountLte(int) - Method in class com.omertron.themoviedbapi.model.discover.Discover
-
Only include movies that are equal to, or have a vote count higher than this value