Class TvCrewCredit


public class TvCrewCredit extends NamedResource<Integer,TvCrewCredit>
  • Method Details

    • builder

      public static TvCrewCredit.TvCrewCreditBuilder<?,?> builder()
    • 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.
    • getOriginalName

      public String getOriginalName()
      The original name.
    • getOverview

      public String getOverview()
      The overview.
    • getPopularity

      public Double getPopularity()
      Popularity score.
    • getPosterPath

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

      public LocalDate getFirstAirDate()
      The first air date for the TV show.
    • getVoteAverage

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

      public Integer getVoteCount()
      The vote count.
    • getCreditId

      public String getCreditId()
      The credit identifier.
    • getDepartment

      public String getDepartment()
      The job type.
    • getEpisodeCount

      public Integer getEpisodeCount()
      The total number of credited episodes.
    • getJob

      public String getJob()
      The job title.
    • toString

      public String toString()
      Overrides:
      toString in class NamedResource<Integer,TvCrewCredit>