Class FavoriteTV
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer, FavoriteTV>
com.amilesend.tmdb.client.model.NamedResource<Integer, FavoriteTV>
com.amilesend.tmdb.client.model.acount.type.FavoriteTV
Describes a favorite TV resource.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFavoriteTV.FavoriteTVBuilder<C extends FavoriteTV, B extends FavoriteTV.FavoriteTVBuilder<C,B>> Nested classes/interfaces inherited from class NamedResource
NamedResource.NamedResourceBuilder<K,T, C, B> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,T, C, B> -
Method Summary
Modifier and TypeMethodDescriptionstatic FavoriteTV.FavoriteTVBuilder<?, ?> builder()getAdult()Flag indicator if this media resource is adult content.Relative path to the backdrop image for this media.The initial pilot air date.List of applicable genre identifiers.The original language of the media resource.The original name of the show.The countries of origin.A summary description of the media resource.Popularity score of the media resource.Relative path to the media poster.The average user vote score of the media resource.The total number of votes for the media resource.toString()Methods inherited from class NamedResource
getName
-
Method Details
-
builder
-
getAdult
Flag indicator if this media resource is adult content. -
getBackdropPath
Relative path to the backdrop image for this media. -
getGenreIds
-
getOriginCountry
-
getOriginalLanguage
The original language of the media resource. -
getOriginalName
The original name of the show. -
getOverview
A summary description of the media resource. -
getPopularity
Popularity score of the media resource. -
getPosterPath
Relative path to the media poster. -
getFirstAirDate
The initial pilot air date. -
getVoteAverage
The average user vote score of the media resource. -
getVoteCount
The total number of votes for the media resource. -
toString
- Overrides:
toStringin classNamedResource<Integer, FavoriteTV>
-