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

public abstract class PersonCredit extends Resource<Integer, PersonCredit>
Indicates that an object is a credit for a person.
  • Method Details

    • getAdult

      public Boolean getAdult()
      Adult flag indicator.
    • getBackdropPath

      public String getBackdropPath()
      Path to the content backdrop image.
    • getGenreIds

      public List<Integer> getGenreIds()
      List of genre identifiers.
    • getOriginCountry

      public List<String> getOriginCountry()
      List of countries that the TV show originates from.
    • getOriginalLanguage

      public String getOriginalLanguage()
      The original airing language.
    • getOverview

      public String getOverview()
      The overview.
    • getPopularity

      public Double getPopularity()
      Popularity score.
    • getPosterPath

      public String getPosterPath()
      Path to the poster image.
    • getVoteAverage

      public Double getVoteAverage()
      The average vote value.
    • getVoteCount

      public Integer getVoteCount()
      The vote count.
    • getMediaType

      public MediaType getMediaType()
      The media type for the credit.
    • toString

      public String toString()
      Overrides:
      toString in class Resource<Integer, PersonCredit>