Class Movie
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer,Movie>
com.amilesend.tmdb.client.model.movie.type.Movie
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classMovie.MovieBuilder<C extends Movie,B extends Movie.MovieBuilder<C, B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic Movie.MovieBuilder<?, ?> builder()getAdult()Adult flag indicator.The path to the backdrop image.The list of associated genre identifiers.The original language.The original title.The summary.The popularity rating.The path to the poster image.The release date.getTitle()The movie title.getVideo()Video flag indicator.Vote rating average.The total vote count.toString()
-
Method Details
-
builder
-
getAdult
Adult flag indicator. -
getBackdropPath
The path to the backdrop image. -
getGenreIds
-
getOriginalLanguage
The original language. -
getOriginalTitle
The original title. -
getOverview
The summary. -
getPopularity
The popularity rating. -
getPosterPath
The path to the poster image. -
getReleaseDate
The release date. -
getTitle
The movie title. -
getVideo
Video flag indicator. -
getVoteAverage
Vote rating average. -
getVoteCount
The total vote count. -
toString
-