Class PersonCredit
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer, PersonCredit>
com.amilesend.tmdb.client.model.search.type.PersonCredit
- Direct Known Subclasses:
MovieCastCredit, TvCastCredit
Indicates that an object is a credit for a person.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classPersonCredit.PersonCreditBuilder<C extends PersonCredit, B extends PersonCredit.PersonCreditBuilder<C,B>> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,T, C, B> -
Method Summary
Modifier and TypeMethodDescriptiongetAdult()Adult flag indicator.Path to the content backdrop image.List of genre identifiers.The media type for the credit.The original airing language.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()
-
Method Details
-
getAdult
Adult flag indicator. -
getBackdropPath
Path to the content backdrop image. -
getGenreIds
-
getOriginCountry
-
getOriginalLanguage
The original airing language. -
getOverview
The overview. -
getPopularity
Popularity score. -
getPosterPath
Path to the poster image. -
getVoteAverage
The average vote value. -
getVoteCount
The vote count. -
getMediaType
The media type for the credit. -
toString
- Overrides:
toStringin classResource<Integer, PersonCredit>
-