Skip navigation links
A B C F G H I S T V 

A

AbstractJsonMapping - Class in com.omertron.fanarttvapi.model
Abstract class to handle any unknown properties by outputting a log message
AbstractJsonMapping() - Constructor for class com.omertron.fanarttvapi.model.AbstractJsonMapping
 
addArtwork(FTArtworkType, List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Add artwork to the list
ApiBuilder - Class in com.omertron.fanarttvapi.tools
Build the API URL that is used to fetch the data
ApiBuilder(String) - Constructor for class com.omertron.fanarttvapi.tools.ApiBuilder
 
ApiBuilder(String, String) - Constructor for class com.omertron.fanarttvapi.tools.ApiBuilder
 
ArtworkCategory - Enum in com.omertron.fanarttvapi.enumeration
 
ArtworkList - Class in com.omertron.fanarttvapi.model
Abstract class to implement the common artwork methods
ArtworkList() - Constructor for class com.omertron.fanarttvapi.model.ArtworkList
 

B

BaseType - Enum in com.omertron.fanarttvapi.enumeration
The list of video types the artwork is intended for

C

com.omertron.fanarttvapi - package com.omertron.fanarttvapi
 
com.omertron.fanarttvapi.enumeration - package com.omertron.fanarttvapi.enumeration
 
com.omertron.fanarttvapi.model - package com.omertron.fanarttvapi.model
 
com.omertron.fanarttvapi.tools - package com.omertron.fanarttvapi.tools
 

F

FanartTvApi - Class in com.omertron.fanarttvapi
This is the main class for the API to connect to Fanart.TV http://fanart.tv/api-info/
FanartTvApi(String) - Constructor for class com.omertron.fanarttvapi.FanartTvApi
Create a new API instance with the given API Key.
FanartTvApi(String, String) - Constructor for class com.omertron.fanarttvapi.FanartTvApi
Create a new API instance with the given API keys.
FanartTvApi(String, String, HttpClient) - Constructor for class com.omertron.fanarttvapi.FanartTvApi
Create a new API instance with the given API Key and specific CommonHttpClient
FanartTvException - Exception in com.omertron.fanarttvapi
 
FanartTvException(ApiExceptionType, String) - Constructor for exception com.omertron.fanarttvapi.FanartTvException
 
FanartTvException(ApiExceptionType, String, URL) - Constructor for exception com.omertron.fanarttvapi.FanartTvException
 
FanartTvException(ApiExceptionType, String, int, URL) - Constructor for exception com.omertron.fanarttvapi.FanartTvException
 
FanartTvException(ApiExceptionType, String, String) - Constructor for exception com.omertron.fanarttvapi.FanartTvException
 
FanartTvException(ApiExceptionType, String, int, String) - Constructor for exception com.omertron.fanarttvapi.FanartTvException
 
FanartTvException(ApiExceptionType, String, URL, Throwable) - Constructor for exception com.omertron.fanarttvapi.FanartTvException
 
FanartTvException(ApiExceptionType, String, int, URL, Throwable) - Constructor for exception com.omertron.fanarttvapi.FanartTvException
 
FanartTvException(ApiExceptionType, String, String, Throwable) - Constructor for exception com.omertron.fanarttvapi.FanartTvException
 
FanartTvException(ApiExceptionType, String, int, String, Throwable) - Constructor for exception com.omertron.fanarttvapi.FanartTvException
 
fromString(String) - Static method in enum com.omertron.fanarttvapi.enumeration.ArtworkCategory
Convert a string into an Enum type.
fromString(String) - Static method in enum com.omertron.fanarttvapi.enumeration.FTArtworkType
Convert a string into an Enum type.
fromString(String) - Static method in enum com.omertron.fanarttvapi.enumeration.FTSourceType
Convert a string into an Enum type.
FTArtwork - Class in com.omertron.fanarttvapi.model
Artwork from Fanart.TV
FTArtwork() - Constructor for class com.omertron.fanarttvapi.model.FTArtwork
 
FTArtworkType - Enum in com.omertron.fanarttvapi.enumeration
List if the artwork types for Fanart.TV Artwork
FTLatest - Class in com.omertron.fanarttvapi.model
 
FTLatest() - Constructor for class com.omertron.fanarttvapi.model.FTLatest
 
FTMovie - Class in com.omertron.fanarttvapi.model
JSON Wrapper class for Movie artwork from Fanart.TV
FTMovie() - Constructor for class com.omertron.fanarttvapi.model.FTMovie
 
FTMusicArtist - Class in com.omertron.fanarttvapi.model
JSON Wrapper class for TV Music Artist artwork from Fanart.TV
FTMusicArtist() - Constructor for class com.omertron.fanarttvapi.model.FTMusicArtist
 
FTMusicLabel - Class in com.omertron.fanarttvapi.model
JSON Wrapper class for TV Music Label artwork from Fanart.TV
FTMusicLabel() - Constructor for class com.omertron.fanarttvapi.model.FTMusicLabel
 
FTSeries - Class in com.omertron.fanarttvapi.model
JSON Wrapper class for TV Series artwork from Fanart.TV
FTSeries() - Constructor for class com.omertron.fanarttvapi.model.FTSeries
 
FTSourceType - Enum in com.omertron.fanarttvapi.enumeration
The list of video types the artwork is intended for

G

getAlbums() - Method in class com.omertron.fanarttvapi.model.FTMusicArtist
Get a list of the albums associated with the Artist
getArtwork() - Method in class com.omertron.fanarttvapi.model.ArtworkList
Get a map of the artwork types keyed by the artwork type
getArtwork(FTArtworkType) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Get a specific type of artwork
getArtwork() - Method in interface com.omertron.fanarttvapi.model.IArtworkList
Return a map of all artwork
getArtwork(FTArtworkType) - Method in interface com.omertron.fanarttvapi.model.IArtworkList
Return a list of a specific artwork type
getColour() - Method in class com.omertron.fanarttvapi.model.FTArtwork
Get the artwork colour
getDiscNumber() - Method in class com.omertron.fanarttvapi.model.FTArtwork
Get the disc number
getDiskType() - Method in class com.omertron.fanarttvapi.model.FTArtwork
Get the type of the disc
getErrorMessage() - Method in class com.omertron.fanarttvapi.model.AbstractJsonMapping
Get the error message associated with the request (if any)
getId() - Method in class com.omertron.fanarttvapi.model.FTArtwork
Get the artwork ID
getId() - Method in class com.omertron.fanarttvapi.model.FTMusicLabel
Set the ID
getImageUrl(BaseType, String) - Method in class com.omertron.fanarttvapi.tools.ApiBuilder
Generate the URL for the artwork requests
getImdbId() - Method in class com.omertron.fanarttvapi.model.FTLatest
 
getImdbId() - Method in class com.omertron.fanarttvapi.model.FTMovie
Get the IMDB ID
getLanguage() - Method in class com.omertron.fanarttvapi.model.FTArtwork
Get the artwork language
getLatestUrl(BaseType, String) - Method in class com.omertron.fanarttvapi.tools.ApiBuilder
Generate the URL for the "latest" requests
getLikes() - Method in class com.omertron.fanarttvapi.model.FTArtwork
Get how many likes the artwork has
getMapper() - Static method in class com.omertron.fanarttvapi.FanartTvApi
Provide access to the JSON mapper object
getMbidId() - Method in class com.omertron.fanarttvapi.model.FTMusicArtist
Set the music brainz ID
getMovieArtwork(String) - Method in class com.omertron.fanarttvapi.FanartTvApi
Get images for Movie
getMovieLatest(String) - Method in class com.omertron.fanarttvapi.FanartTvApi
Latest Movies
getMusicAlbum(String) - Method in class com.omertron.fanarttvapi.FanartTvApi
Get Album
getMusicArtist(String) - Method in class com.omertron.fanarttvapi.FanartTvApi
Get images for artist
getMusicArtistLatest(String) - Method in class com.omertron.fanarttvapi.FanartTvApi
Latest Artists
getMusicLabel(String) - Method in class com.omertron.fanarttvapi.FanartTvApi
Get Label
getName() - Method in class com.omertron.fanarttvapi.model.FTLatest
 
getName() - Method in class com.omertron.fanarttvapi.model.FTMovie
Get the Show Name
getName() - Method in class com.omertron.fanarttvapi.model.FTMusicArtist
Get the Artist Name
getName() - Method in class com.omertron.fanarttvapi.model.FTMusicLabel
Get the Artist Name
getName() - Method in class com.omertron.fanarttvapi.model.FTSeries
Get the Show Name
getNewImages() - Method in class com.omertron.fanarttvapi.model.FTLatest
 
getSeason() - Method in class com.omertron.fanarttvapi.model.FTArtwork
Get the season for the artwork
getSize() - Method in class com.omertron.fanarttvapi.model.FTArtwork
Get the size of the artwork
getSourceType() - Method in enum com.omertron.fanarttvapi.enumeration.FTArtworkType
Get the source type for the artwork type
getStatus() - Method in class com.omertron.fanarttvapi.model.AbstractJsonMapping
Get the status of the request
getTmdbId() - Method in class com.omertron.fanarttvapi.model.FTLatest
 
getTmdbId() - Method in class com.omertron.fanarttvapi.model.FTMovie
Get TheMovieDB ID
getTotalImages() - Method in class com.omertron.fanarttvapi.model.FTLatest
 
getTvArtwork(String) - Method in class com.omertron.fanarttvapi.FanartTvApi
Get images for TV
getTvdbId() - Method in class com.omertron.fanarttvapi.model.FTLatest
 
getTvdbid() - Method in class com.omertron.fanarttvapi.model.FTSeries
Get the TheTVDB ID
getTvLatest(String) - Method in class com.omertron.fanarttvapi.FanartTvApi
Latest Shows
getUrl() - Method in class com.omertron.fanarttvapi.model.FTArtwork
Get the artwork URL

H

handleUnknown(String, Object) - Method in class com.omertron.fanarttvapi.model.AbstractJsonMapping
Handle unknown properties and print a message
hasArtwork() - Method in class com.omertron.fanarttvapi.model.ArtworkList
Determines if there is any artwork associated with the series
hasArtwork(FTArtworkType) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Determines if the series has a specific type of artwork
hasArtwork() - Method in interface com.omertron.fanarttvapi.model.IArtworkList
Check to see if the object has any artwork
hasArtwork(FTArtworkType) - Method in interface com.omertron.fanarttvapi.model.IArtworkList
Check to see if the object has artwork of a specific type

I

IArtworkList - Interface in com.omertron.fanarttvapi.model
Interface to present a list of the artwork
isError() - Method in class com.omertron.fanarttvapi.model.AbstractJsonMapping
Does the request have an error?

S

setAlbumCover(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the Album Cover artwork
setAlbums(Map<String, ArtworkList>) - Method in class com.omertron.fanarttvapi.model.FTMusicArtist
Set the list of albums for the artist
setArtistBackground(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the Artist Background artwork
setArtistThumb(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the Artist Thumb artwork list
setCdArt(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the CD Art artwork list
setCharacterArt(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the CharacterArt artwork list
setClearArt(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the ClearArt artwork list
setClearLogo(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the ClearLogo artwork list
setColour(String) - Method in class com.omertron.fanarttvapi.model.FTArtwork
Set the artwork colour
setDiscNumber(int) - Method in class com.omertron.fanarttvapi.model.FTArtwork
Set the disc number
setDiskType(String) - Method in class com.omertron.fanarttvapi.model.FTArtwork
Set the type of the disc
setErrorMessage(String) - Method in class com.omertron.fanarttvapi.model.AbstractJsonMapping
Set the error message
setHdClearArt(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the HDClearArt artwork list
setHdMovieClearArt(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the HD Movie Clear Art artwork
setHdMovieLogo(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the HD Movie Logo artwork
setHdMusicLogo(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the HD Music Logo artwork list
setHdTvLogo(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the HD TV Logo artwork list
setId(int) - Method in class com.omertron.fanarttvapi.model.FTArtwork
Set the artwork ID
setId(String) - Method in class com.omertron.fanarttvapi.model.FTMusicLabel
Get the ID
setImdbId(String) - Method in class com.omertron.fanarttvapi.model.FTLatest
 
setImdbId(String) - Method in class com.omertron.fanarttvapi.model.FTMovie
Set the IMDB ID
setLanguage(String) - Method in class com.omertron.fanarttvapi.model.FTArtwork
Set the artwork language
setLikes(int) - Method in class com.omertron.fanarttvapi.model.FTArtwork
Set how many likes the artwork has
setMbidId(String) - Method in class com.omertron.fanarttvapi.model.FTMusicArtist
Get the music brainz ID
setMovieArt(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the Movie Art artwork
setMovieBackground(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the Movie Background artwork
setMovieBanner(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the Movie Banner artwork
setMovieDisc(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the Movie Disc artwork
setMovieLogo(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the Movie Logo artwork
setMoviePoster(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the Movie Poster artwork
setMovieThumb(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the Movie Thumb artwork
setMusicBanner(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the Music Banner artwork list
setMusiclogo(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the Music Logo artwork list
setName(String) - Method in class com.omertron.fanarttvapi.model.FTLatest
 
setName(String) - Method in class com.omertron.fanarttvapi.model.FTMovie
Set the Show Name
setName(String) - Method in class com.omertron.fanarttvapi.model.FTMusicArtist
Set the Artist Name
setName(String) - Method in class com.omertron.fanarttvapi.model.FTMusicLabel
Set the Artist Name
setName(String) - Method in class com.omertron.fanarttvapi.model.FTSeries
Set the Show Name
setNewImages(int) - Method in class com.omertron.fanarttvapi.model.FTLatest
 
setSeason(String) - Method in class com.omertron.fanarttvapi.model.FTArtwork
Set the season for the artwork
setSeasonBanner(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the TV Season banner artwork list
setSeasonPoster(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the TV Season poster artwork list
setSeasonThumb(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the SeasonThumb artwork list
setShowBackground(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the ShowBackground artwork list
setSize(int) - Method in class com.omertron.fanarttvapi.model.FTArtwork
Set the size of the artwork
setStatus(String) - Method in class com.omertron.fanarttvapi.model.AbstractJsonMapping
Set the status of the request
setTmdbId(String) - Method in class com.omertron.fanarttvapi.model.FTLatest
 
setTmdbId(String) - Method in class com.omertron.fanarttvapi.model.FTMovie
Set TheMovieDB ID
setTotalImages(int) - Method in class com.omertron.fanarttvapi.model.FTLatest
 
setTvBanner(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the TV Banner artwork list
setTvdbId(String) - Method in class com.omertron.fanarttvapi.model.FTLatest
 
setTvdbid(String) - Method in class com.omertron.fanarttvapi.model.FTSeries
Set the TheTVDB ID
setTvPoster(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the TV Poster artwork list
setTvThumb(List<FTArtwork>) - Method in class com.omertron.fanarttvapi.model.ArtworkList
Set the TvThumb artwork list
setUrl(String) - Method in class com.omertron.fanarttvapi.model.FTArtwork
Set the artwork URL
source() - Method in enum com.omertron.fanarttvapi.enumeration.FTArtworkType
Get the source type for the artwork type

T

toString() - Method in class com.omertron.fanarttvapi.model.AbstractJsonMapping
 

V

valueOf(String) - Static method in enum com.omertron.fanarttvapi.enumeration.ArtworkCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.omertron.fanarttvapi.enumeration.BaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.omertron.fanarttvapi.enumeration.FTArtworkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.omertron.fanarttvapi.enumeration.FTSourceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.omertron.fanarttvapi.enumeration.ArtworkCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.omertron.fanarttvapi.enumeration.BaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.omertron.fanarttvapi.enumeration.FTArtworkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.omertron.fanarttvapi.enumeration.FTSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C F G H I S T V 
Skip navigation links

Copyright © 2012–2018. All rights reserved.