Class GetMovieDetailsResponse
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer, MovieDetails>
com.amilesend.tmdb.client.model.movie.type.MovieDetails
com.amilesend.tmdb.client.model.movie.GetMovieDetailsResponse
Response that describes a movie.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGetMovieDetailsResponse.GetMovieDetailsResponseBuilder<C extends GetMovieDetailsResponse, B extends GetMovieDetailsResponse.GetMovieDetailsResponseBuilder<C,B>> Nested classes/interfaces inherited from class MovieDetails
MovieDetails.MovieDetailsBuilder<C,B> Modifier and TypeClassDescriptionstatic classMovieDetails.MovieDetailsBuilder<C extends MovieDetails, B extends MovieDetails.MovieDetailsBuilder<C,B>> -
Method Summary
Methods inherited from class MovieDetails
getBackdropPath, getBelongsToCollection, getBudget, getGenres, getHomepage, getImdbId, getOriginalLanguage, getOriginalTitle, getOverview, getPopularity, getPosterPath, getProductionCompanies, getProductionCountries, getReleaseDate, getRevenue, getRuntime, getSpokenLanguages, getStatus, getTagline, getTitle, getVoteAverage, getVoteCount, isAdult, isVideoModifier and TypeMethodDescriptionThe path to the backdrop image.The associated movie collection.intThe production budget.The list of applicable genres.The movie website.The IMDB identifier.The original language.The original title.The summary.doubleThe popularity rating.The path to the poster image.The list of associated production companies.The list of countries that the movie was produced in.The release date.longThe movie revenue.intThe movie runtime (in minutes).The list of available spoken languages that are available for the movie (original and dubs).The movie status.The movie tagline.getTitle()The movie title.doubleVote rating average.intThe total vote count.booleanisAdult()Adult flag indicator.booleanisVideo()Video flag indicator.
-
Method Details
-
builder
-
toString
- Overrides:
toStringin classMovieDetails
-