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 com.amilesend.tmdb.client.model.NamedResource
NamedResource.NamedResourceBuilder<K,T extends NamedResource, C extends NamedResource<K, T>, B extends NamedResource.NamedResourceBuilder<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 com.amilesend.tmdb.client.model.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
List of applicable genre identifiers. -
getOriginCountry
The countries of origin. -
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>
-