Class RatedMovie.RatedMovieBuilder<C extends RatedMovie,B extends RatedMovie.RatedMovieBuilder<C,B>>
java.lang.Object
com.amilesend.tmdb.client.model.Resource.ResourceBuilder<Integer,RatedMovie,C,B>
com.amilesend.tmdb.client.model.acount.type.RatedMovie.RatedMovieBuilder<C,B>
- Enclosing class:
RatedMovie
public abstract static class RatedMovie.RatedMovieBuilder<C extends RatedMovie,B extends RatedMovie.RatedMovieBuilder<C,B>>
extends Resource.ResourceBuilder<Integer,RatedMovie,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()List of applicable genre identifiers.originalLanguage(String originalLanguage) The original language of the media resource.originalTitle(String originalTitle) The original title of the movie.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.The user's rating associated with the movie.releaseDate(LocalDate releaseDate) The release date of the movie.The title of the movie.toString()Indicates if the movie is a non-movie type (e.g., DVD compilation, music concert, etc.).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.Resource.ResourceBuilder
id
-
Constructor Details
-
RatedMovieBuilder
public RatedMovieBuilder()
-
-
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.
-
originalLanguage
The original language of the media resource.- Returns:
this.
-
originalTitle
The original title of the movie.- 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.
-
releaseDate
The release date of the movie.- Returns:
this.
-
title
The title of the movie.- Returns:
this.
-
video
Indicates if the movie is a non-movie type (e.g., DVD compilation, music concert, etc.).- 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.
-
rating
The user's rating associated with the movie.- Returns:
this.
-
build
- Specified by:
buildin classResource.ResourceBuilder<Integer,RatedMovie, C extends RatedMovie, B extends RatedMovie.RatedMovieBuilder<C, B>>
-
toString
- Overrides:
toStringin classResource.ResourceBuilder<Integer,RatedMovie, C extends RatedMovie, B extends RatedMovie.RatedMovieBuilder<C, B>>
-