Class RatedMovie
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer,RatedMovie>
com.amilesend.tmdb.client.model.acount.type.RatedMovie
Describes a rated movie resource.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRatedMovie.RatedMovieBuilder<C extends RatedMovie,B extends RatedMovie.RatedMovieBuilder<C, B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic RatedMovie.RatedMovieBuilder<?, ?> builder()getAdult()Flag indicator if this media resource is adult content.Relative path to the backdrop image for this media.List of applicable genre identifiers.The original language of the media resource.The original title of the movie.A summary description of the media resource.Popularity score of the media resource.Relative path to the media poster.The user's rating associated with the movie.The release date of the movie.getTitle()The title of the movie.getVideo()Indicates if the movie is a non-movie type (e.g., DVD compilation, music concert, etc.).The average user vote score of the media resource.The total number of votes for the media resource.toString()
-
Method Details
-
builder
-
getAdult
Flag indicator if this media resource is adult content. -
getBackdropPath
Relative path to the backdrop image for this media. -
getGenreIds
-
getOriginalLanguage
The original language of the media resource. -
getOriginalTitle
The original title of the movie. -
getOverview
A summary description of the media resource. -
getPopularity
Popularity score of the media resource. -
getPosterPath
Relative path to the media poster. -
getReleaseDate
The release date of the movie. -
getTitle
The title of the movie. -
getVideo
Indicates if the movie is a non-movie type (e.g., DVD compilation, music concert, etc.). -
getVoteAverage
The average user vote score of the media resource. -
getVoteCount
The total number of votes for the media resource. -
getRating
The user's rating associated with the movie. -
toString
- Overrides:
toStringin classResource<Integer,RatedMovie>
-