Class PersonCredit.PersonCreditBuilder<C extends PersonCredit,B extends PersonCredit.PersonCreditBuilder<C,B>>
java.lang.Object
com.amilesend.tmdb.client.model.Resource.ResourceBuilder<Integer,PersonCredit,C,B>
com.amilesend.tmdb.client.model.search.type.PersonCredit.PersonCreditBuilder<C,B>
- Direct Known Subclasses:
MovieCastCredit.MovieCastCreditBuilder,TvCastCredit.TvCastCreditBuilder
- Enclosing class:
PersonCredit
public abstract static class PersonCredit.PersonCreditBuilder<C extends PersonCredit,B extends PersonCredit.PersonCreditBuilder<C,B>>
extends Resource.ResourceBuilder<Integer,PersonCredit,C,B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdult flag indicator.backdropPath(String backdropPath) Path to the content backdrop image.abstract Cbuild()List of genre identifiers.The media type for the credit.originalLanguage(String originalLanguage) The original airing language.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.Resource.ResourceBuilder
id
-
Constructor Details
-
PersonCreditBuilder
public PersonCreditBuilder()
-
-
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.
-
overview
The overview.- Returns:
this.
-
popularity
Popularity score.- Returns:
this.
-
posterPath
Path to the poster image.- Returns:
this.
-
voteAverage
The average vote value.- Returns:
this.
-
voteCount
The vote count.- Returns:
this.
-
mediaType
The media type for the credit.- Returns:
this.
-
build
- Specified by:
buildin classResource.ResourceBuilder<Integer,PersonCredit, C extends PersonCredit, B extends PersonCredit.PersonCreditBuilder<C, B>>
-
toString
- Overrides:
toStringin classResource.ResourceBuilder<Integer,PersonCredit, C extends PersonCredit, B extends PersonCredit.PersonCreditBuilder<C, B>>
-