Class CombinedCrewCredit

java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer, CombinedCrewCredit>
com.amilesend.tmdb.client.model.people.type.CombinedCrewCredit

public class CombinedCrewCredit extends Resource<Integer, CombinedCrewCredit>
  • Method Details

    • builder

      public static CombinedCrewCredit.CombinedCrewCreditBuilder<?,?> 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.
    • getOriginalLanguage

      public String getOriginalLanguage()
      The original language.
    • getOriginalTitle

      public String getOriginalTitle()
      The original title.
    • getOverview

      public String getOverview()
      The overview.
    • getPopularity

      public Double getPopularity()
      Popularity score.
    • getPosterPath

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

      public LocalDate getReleaseDate()
      The release date.
    • getTitle

      public String getTitle()
      The title.
    • getVideo

      public Boolean getVideo()
      Video flag indicator.
    • 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.
    • getJob

      public String getJob()
      The job title.
    • getMediaType

      public String getMediaType()
      The type of media.
    • toString

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