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
-
backdropPath
-
genreIds
-
originalLanguage
-
originalTitle
-
overview
-
popularity
-
posterPath
-
releaseDate
-
title
-
video
-
voteAverage
-
voteCount
-
rating
-
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>>
-