Class TvCastCredit
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer,TvCastCredit>
com.amilesend.tmdb.client.model.NamedResource<Integer,TvCastCredit>
com.amilesend.tmdb.client.model.people.type.TvCastCredit
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classTvCastCredit.TvCastCreditBuilder<C extends TvCastCredit,B extends TvCastCredit.TvCastCreditBuilder<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 TvCastCredit.TvCastCreditBuilder<?, ?> builder()getAdult()Adult flag indicator.Path to the content backdrop image.The character name.The credit identifier.The total number of credited episodes.The first air date for the TV show.List of genre identifiers.The original airing language.The original name.List of countries that the TV show originates from.The overview.Popularity score.Path to the poster image.The average vote value.The vote count.toString()Methods inherited from class com.amilesend.tmdb.client.model.NamedResource
getName
-
Method Details
-
builder
-
getAdult
Adult flag indicator. -
getBackdropPath
Path to the content backdrop image. -
getGenreIds
List of genre identifiers. -
getOriginCountry
List of countries that the TV show originates from. -
getOriginalLanguage
The original airing language. -
getOriginalName
The original name. -
getOverview
The overview. -
getPopularity
Popularity score. -
getPosterPath
Path to the poster image. -
getFirstAirDate
The first air date for the TV show. -
getVoteAverage
The average vote value. -
getVoteCount
The vote count. -
getCharacter
The character name. -
getCreditId
The credit identifier. -
getEpisodeCount
The total number of credited episodes. -
toString
- Overrides:
toStringin classNamedResource<Integer,TvCastCredit>
-