- topAlbums() - Static method in class me.tobiadeyinka.itunessearch.lookup.MusicLookup
-
get the top 100 top albums in the default iTunes store
- topAlbums(int) - Static method in class me.tobiadeyinka.itunessearch.lookup.MusicLookup
-
get the top (limit) top albums in the default iTunes store
- topAlbums(CountryCode) - Static method in class me.tobiadeyinka.itunessearch.lookup.MusicLookup
-
get the top 100 top albums in the specified iTunes store
- topAlbums(CountryCode, int) - Static method in class me.tobiadeyinka.itunessearch.lookup.MusicLookup
-
get the top (limit) top albums in the specified iTunes store
- topFree() - Static method in class me.tobiadeyinka.itunessearch.lookup.BookLookup
-
get the top 100 free books in the default iTunes store
- topFree(int) - Static method in class me.tobiadeyinka.itunessearch.lookup.BookLookup
-
get the top (limit) free books in the default iTunes store
- topFree(CountryCode) - Static method in class me.tobiadeyinka.itunessearch.lookup.BookLookup
-
get the top 100 free books in the specified iTunes store
- topFree(CountryCode, int) - Static method in class me.tobiadeyinka.itunessearch.lookup.BookLookup
-
get the top (limit) free books in the specified iTunes store
- topMovies() - Static method in class me.tobiadeyinka.itunessearch.lookup.MovieLookup
-
get the top 100 movies in the default iTunes store
- topMovies(int) - Static method in class me.tobiadeyinka.itunessearch.lookup.MovieLookup
-
get the top (limit) movies in the default iTunes store
- topMovies(CountryCode) - Static method in class me.tobiadeyinka.itunessearch.lookup.MovieLookup
-
get the top 100 movies in the specified iTunes store
- topMovies(CountryCode, int) - Static method in class me.tobiadeyinka.itunessearch.lookup.MovieLookup
-
get the top (limit) movies in the specified iTunes store
- topPaid() - Static method in class me.tobiadeyinka.itunessearch.lookup.BookLookup
-
get the top 100 paid books in the default iTunes store
- topPaid(int) - Static method in class me.tobiadeyinka.itunessearch.lookup.BookLookup
-
get the top (limit) paid books in the default iTunes store
- topPaid(CountryCode) - Static method in class me.tobiadeyinka.itunessearch.lookup.BookLookup
-
get the top 100 paid books in the specified iTunes store
- topPaid(CountryCode, int) - Static method in class me.tobiadeyinka.itunessearch.lookup.BookLookup
-
get the top (limit) paid books in the specified iTunes store
- topPodcasts() - Static method in class me.tobiadeyinka.itunessearch.lookup.PodcastLookup
-
get the top 100 podcasts in the default iTunes store
- topPodcasts(int) - Static method in class me.tobiadeyinka.itunessearch.lookup.PodcastLookup
-
get the top (limit) podcasts in the default iTunes store
- topPodcasts(CountryCode) - Static method in class me.tobiadeyinka.itunessearch.lookup.PodcastLookup
-
get the top 100 podcasts in the specified iTunes store
- topPodcasts(CountryCode, int) - Static method in class me.tobiadeyinka.itunessearch.lookup.PodcastLookup
-
get the top (limit) podcasts in the specified iTunes store
- topSongs() - Static method in class me.tobiadeyinka.itunessearch.lookup.MusicLookup
-
get the top 100 songs in the default iTunes store
- topSongs(int) - Static method in class me.tobiadeyinka.itunessearch.lookup.MusicLookup
-
get the top (limit) songs in the default iTunes store
- topSongs(CountryCode) - Static method in class me.tobiadeyinka.itunessearch.lookup.MusicLookup
-
get the top 100 songs in the specified iTunes store
- topSongs(CountryCode, int) - Static method in class me.tobiadeyinka.itunessearch.lookup.MusicLookup
-
get the top (limit) songs in the specified iTunes store
- toString() - Method in enum me.tobiadeyinka.itunessearch.entities.Genre
-
- TvShowAttribute - Enum in me.tobiadeyinka.itunessearch.entities
-
Enumeration of tv show attributes that can be used to narrow down searches.
- TvShowSearch - Class in me.tobiadeyinka.itunessearch.search
-
TV show search API endpoint.
- TvShowSearch() - Constructor for class me.tobiadeyinka.itunessearch.search.TvShowSearch
-
- TvShowSearchReturnType - Enum in me.tobiadeyinka.itunessearch.entities
-
Enumeration of the possible entity return types from tv show search queries.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.AudioBookAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.AudioBookSearchReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.EBookAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.EBookSearchReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.Genre
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.ItunesApiVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.ItunesMedia
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.MediaAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.MediaSearchReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.MovieAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.MovieSearchReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.MusicAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.MusicSearchReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.MusicVideoAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.MusicVideoSearchReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.PodcastAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.PodcastSearchReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.ReturnLanguage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.ShortFilmAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.ShortFilmSearchReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.SoftwareAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.SoftwareSearchReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.TvShowAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.tobiadeyinka.itunessearch.entities.TvShowSearchReturnType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.AudioBookAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.AudioBookSearchReturnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.EBookAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.EBookSearchReturnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.Genre
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.ItunesApiVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.ItunesMedia
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.MediaAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.MediaSearchReturnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.MovieAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.MovieSearchReturnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.MusicAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.MusicSearchReturnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.MusicVideoAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.MusicVideoSearchReturnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.PodcastAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.PodcastSearchReturnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.ReturnLanguage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.ShortFilmAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.ShortFilmSearchReturnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.SoftwareAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.SoftwareSearchReturnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.TvShowAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.tobiadeyinka.itunessearch.entities.TvShowSearchReturnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.