Class TvCastCredit.TvCastCreditBuilder<C extends TvCastCredit,B extends TvCastCredit.TvCastCreditBuilder<C,B>>
java.lang.Object
com.amilesend.tmdb.client.model.Resource.ResourceBuilder<Integer,TvCastCredit,C,B>
com.amilesend.tmdb.client.model.NamedResource.NamedResourceBuilder<Integer,TvCastCredit,C,B>
com.amilesend.tmdb.client.model.people.type.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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdult flag indicator.backdropPath(String backdropPath) Path to the content backdrop image.abstract Cbuild()The character name.The credit identifier.episodeCount(Integer episodeCount) The total number of credited episodes.firstAirDate(LocalDate firstAirDate) The first air date for the TV show.List of genre identifiers.originalLanguage(String originalLanguage) The original airing language.originalName(String originalName) The original name.originCountry(List<String> originCountry) List of countries that the TV show originates from.The overview.popularity(Double popularity) Popularity score.posterPath(String posterPath) Path to the poster image.toString()voteAverage(Double voteAverage) The average vote value.The vote count.Methods inherited from class com.amilesend.tmdb.client.model.NamedResource.NamedResourceBuilder
nameMethods inherited from class com.amilesend.tmdb.client.model.Resource.ResourceBuilder
id
-
Constructor Details
-
TvCastCreditBuilder
public TvCastCreditBuilder()
-
-
Method Details
-
adult
Adult flag indicator.- Returns:
this.
-
backdropPath
Path to the content backdrop image.- Returns:
this.
-
genreIds
List of genre identifiers.- Returns:
this.
-
originCountry
List of countries that the TV show originates from.- Returns:
this.
-
originalLanguage
The original airing language.- Returns:
this.
-
originalName
The original name.- Returns:
this.
-
overview
The overview.- Returns:
this.
-
popularity
Popularity score.- Returns:
this.
-
posterPath
Path to the poster image.- Returns:
this.
-
firstAirDate
The first air date for the TV show.- Returns:
this.
-
voteAverage
The average vote value.- Returns:
this.
-
voteCount
The vote count.- Returns:
this.
-
character
The character name.- Returns:
this.
-
creditId
The credit identifier.- Returns:
this.
-
episodeCount
The total number of credited episodes.- Returns:
this.
-
build
- Specified by:
buildin classNamedResource.NamedResourceBuilder<Integer,TvCastCredit, C extends TvCastCredit, B extends TvCastCredit.TvCastCreditBuilder<C, B>>
-
toString
- Overrides:
toStringin classNamedResource.NamedResourceBuilder<Integer,TvCastCredit, C extends TvCastCredit, B extends TvCastCredit.TvCastCreditBuilder<C, B>>
-