Class FavoriteTV.FavoriteTVBuilder<C extends FavoriteTV,B extends FavoriteTV.FavoriteTVBuilder<C,B>>
java.lang.Object
com.amilesend.tmdb.client.model.Resource.ResourceBuilder<Integer,FavoriteTV,C,B>
com.amilesend.tmdb.client.model.NamedResource.NamedResourceBuilder<Integer,FavoriteTV,C,B>
com.amilesend.tmdb.client.model.acount.type.FavoriteTV.FavoriteTVBuilder<C,B>
- Enclosing class:
FavoriteTV
public abstract static class FavoriteTV.FavoriteTVBuilder<C extends FavoriteTV,B extends FavoriteTV.FavoriteTVBuilder<C,B>>
extends NamedResource.NamedResourceBuilder<Integer,FavoriteTV,C,B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFlag indicator if this media resource is adult content.backdropPath(String backdropPath) Relative path to the backdrop image for this media.abstract Cbuild()firstAirDate(LocalDate firstAirDate) The initial pilot air date.List of applicable genre identifiers.originalLanguage(String originalLanguage) The original language of the media resource.originalName(String originalName) The original name of the show.originCountry(List<String> originCountry) The countries of origin.A summary description of the media resource.popularity(Double popularity) Popularity score of the media resource.posterPath(String posterPath) Relative path to the media poster.toString()voteAverage(Double voteAverage) The average user vote score of the media resource.The total number of votes for the media resource.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
-
FavoriteTVBuilder
public FavoriteTVBuilder()
-
-
Method Details
-
adult
Flag indicator if this media resource is adult content.- Returns:
this.
-
backdropPath
Relative path to the backdrop image for this media.- Returns:
this.
-
genreIds
List of applicable genre identifiers.- Returns:
this.
-
originCountry
The countries of origin.- Returns:
this.
-
originalLanguage
The original language of the media resource.- Returns:
this.
-
originalName
The original name of the show.- Returns:
this.
-
overview
A summary description of the media resource.- Returns:
this.
-
popularity
Popularity score of the media resource.- Returns:
this.
-
posterPath
Relative path to the media poster.- Returns:
this.
-
firstAirDate
The initial pilot air date.- Returns:
this.
-
voteAverage
The average user vote score of the media resource.- Returns:
this.
-
voteCount
The total number of votes for the media resource.- Returns:
this.
-
build
- Specified by:
buildin classNamedResource.NamedResourceBuilder<Integer,FavoriteTV, C extends FavoriteTV, B extends FavoriteTV.FavoriteTVBuilder<C, B>>
-
toString
- Overrides:
toStringin classNamedResource.NamedResourceBuilder<Integer,FavoriteTV, C extends FavoriteTV, B extends FavoriteTV.FavoriteTVBuilder<C, B>>
-