Uses of Class
com.amilesend.tmdb.client.model.movie.type.MovieRequestBase
Packages that use MovieRequestBase
Package
Description
-
Uses of MovieRequestBase in com.amilesend.tmdb.client.model.movie
Subclasses of MovieRequestBase in com.amilesend.tmdb.client.model.movieModifier and TypeClassDescriptionclassRequest to add a rating for a movie for the associated (guest) session.classThe request to deleting a rating for a movie.classThe request to fetch account states for a movie.classThe request to retrieve a list of alternative titles for a movie.classThe request to retrieve the list of movie credits.classRequest to retrieve the external identifiers for a movie.classThe request to retrieve the images for a movie.classRequest to retrieve a list of keywords for a movie.classThe request to retrieve lists for a movie.classThe request to fetch the details for a movie.classRequest to retrieve a list of movie recommendations.classRequest to fetch the release dates associated with a movie.classThe request to retrieve reviews for a movie.classThe request to retrieve similar movies.classRequest to retrieve a list of translations for a movie.classThe request to retrieve related videos for a movie.classThe request to retrieve watch providers for a movie. -
Uses of MovieRequestBase in com.amilesend.tmdb.client.model.movie.type
Classes in com.amilesend.tmdb.client.model.movie.type with type parameters of type MovieRequestBaseModifier and TypeClassDescriptionstatic classMovieRequestBase.MovieRequestBaseBuilder<C extends MovieRequestBase,B extends MovieRequestBase.MovieRequestBaseBuilder<C, B>> Subclasses of MovieRequestBase in com.amilesend.tmdb.client.model.movie.typeModifier and TypeClassDescriptionclassBase class for paginated movie based requests.