Class FavoriteMovie
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer,FavoriteMovie>
com.amilesend.tmdb.client.model.acount.type.FavoriteMovie
Describes a favorite movie resource.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFavoriteMovie.FavoriteMovieBuilder<C extends FavoriteMovie,B extends FavoriteMovie.FavoriteMovieBuilder<C, B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic FavoriteMovie.FavoriteMovieBuilder<?, ?> 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 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. -
toString
- Overrides:
toStringin classResource<Integer,FavoriteMovie>
-