Class TvCastCredit.TvCastCreditBuilder<C extends TvCastCredit,B extends TvCastCredit.TvCastCreditBuilder<C,B>>

Enclosing class:
TvCastCredit

public abstract static class TvCastCredit.TvCastCreditBuilder<C extends TvCastCredit,B extends TvCastCredit.TvCastCreditBuilder<C,B>> extends NamedResource.NamedResourceBuilder<Integer,TvCastCredit,C,B>
  • Constructor Details

    • TvCastCreditBuilder

      public TvCastCreditBuilder()
  • Method Details

    • adult

      public B adult(Boolean adult)
      Adult flag indicator.
      Returns:
      this.
    • backdropPath

      public B backdropPath(String backdropPath)
      Path to the content backdrop image.
      Returns:
      this.
    • genreIds

      public B genreIds(List<Integer> genreIds)
      List of genre identifiers.
      Returns:
      this.
    • originCountry

      public B originCountry(List<String> originCountry)
      List of countries that the TV show originates from.
      Returns:
      this.
    • originalLanguage

      public B originalLanguage(String originalLanguage)
      The original airing language.
      Returns:
      this.
    • originalName

      public B originalName(String originalName)
      The original name.
      Returns:
      this.
    • overview

      public B overview(String overview)
      The overview.
      Returns:
      this.
    • popularity

      public B popularity(Double popularity)
      Popularity score.
      Returns:
      this.
    • posterPath

      public B posterPath(String posterPath)
      Path to the poster image.
      Returns:
      this.
    • firstAirDate

      public B firstAirDate(LocalDate firstAirDate)
      The first air date for the TV show.
      Returns:
      this.
    • voteAverage

      public B voteAverage(Double voteAverage)
      The average vote value.
      Returns:
      this.
    • voteCount

      public B voteCount(Integer voteCount)
      The vote count.
      Returns:
      this.
    • character

      public B character(String character)
      The character name.
      Returns:
      this.
    • creditId

      public B creditId(String creditId)
      The credit identifier.
      Returns:
      this.
    • episodeCount

      public B episodeCount(Integer episodeCount)
      The total number of credited episodes.
      Returns:
      this.
    • build

      public abstract C build()
      Specified by:
      build in class NamedResource.NamedResourceBuilder<Integer,TvCastCredit,C extends TvCastCredit,B extends TvCastCredit.TvCastCreditBuilder<C,B>>
    • toString