Class TvShow
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer,TvShow>
com.amilesend.tmdb.client.model.NamedResource<Integer,TvShow>
com.amilesend.tmdb.client.model.discover.type.TvShow
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classTvShow.TvShowBuilder<C extends TvShow,B extends TvShow.TvShowBuilder<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 TvShow.TvShowBuilder<?, ?> builder()The relative path to the backdrop image.The first air date for the TV show.The list of genre identifiers.The original airing language.The original airing name.The list of countries.Overview describing the show.The popularity score.The relative path to the poster image.The average vote rating.The total number of votes.toString()Methods inherited from class com.amilesend.tmdb.client.model.NamedResource
getName
-
Method Details
-
builder
-
getBackdropPath
The relative path to the backdrop image. -
getFirstAirDate
The first air date for the TV show. -
getGenreIds
-
getOriginCountry
-
getOriginalLanguage
The original airing language. -
getOriginalName
The original airing name. -
getOverview
Overview describing the show. -
getPopularity
The popularity score. -
getPosterPath
The relative path to the poster image. -
getVoteAverage
The average vote rating. -
getVoteCount
The total number of votes. -
toString
- Overrides:
toStringin classNamedResource<Integer,TvShow>
-