Uses of Class
com.amilesend.tmdb.client.model.PaginatedResponseBase
Packages that use PaginatedResponseBase
Package
Description
-
Uses of PaginatedResponseBase in com.amilesend.tmdb.client.model
Classes in com.amilesend.tmdb.client.model with type parameters of type PaginatedResponseBaseModifier and TypeClassDescriptionstatic class
PaginatedResponseBase.PaginatedResponseBaseBuilder<T,
C extends PaginatedResponseBase<T>, B extends PaginatedResponseBase.PaginatedResponseBaseBuilder<T, C, B>> -
Uses of PaginatedResponseBase in com.amilesend.tmdb.client.model.acount
Subclasses of PaginatedResponseBase in com.amilesend.tmdb.client.model.acountModifier and TypeClassDescriptionclass
Paginated response when retrieving a list of favorite movies for an account.class
Paginated response when retrieving a list of favorite TV shows for an account.class
Paginated response when retrieving the list information for an account.class
Paginated response when retrieving a list of rated movies for an account.class
Paginated response when retrieving a list of rated TV episodes for an account.class
Paginated response when retrieving a list of rated TV shows for an account.class
Paginated response when retrieving a list of watchlist movies for an account.class
Paginated response when retrieving a list of watchlist TV shows for an account. -
Uses of PaginatedResponseBase in com.amilesend.tmdb.client.model.discover
Subclasses of PaginatedResponseBase in com.amilesend.tmdb.client.model.discoverModifier and TypeClassDescriptionclass
The paginated response that contains a list of movies.class
The paginated response that contains a list of tv results. -
Uses of PaginatedResponseBase in com.amilesend.tmdb.client.model.movie
Subclasses of PaginatedResponseBase in com.amilesend.tmdb.client.model.movieModifier and TypeClassDescriptionclass
Response that contains a list of movie recommendations.class
The response containing the list of a reviews for a movie.class
The response containing the list of similar movies. -
Uses of PaginatedResponseBase in com.amilesend.tmdb.client.model.movie.list
Subclasses of PaginatedResponseBase in com.amilesend.tmdb.client.model.movie.listModifier and TypeClassDescriptionclass
The response containing a list of movies that are currently playing.class
The response containing the list of popular movies.class
The response containing the list of top-rated movies.class
The response containing the list of upcoming movies. -
Uses of PaginatedResponseBase in com.amilesend.tmdb.client.model.people.lists
Subclasses of PaginatedResponseBase in com.amilesend.tmdb.client.model.people.listsModifier and TypeClassDescriptionclass
Paginated response when retrieving a list of favorite movies for an account. -
Uses of PaginatedResponseBase in com.amilesend.tmdb.client.model.search
Subclasses of PaginatedResponseBase in com.amilesend.tmdb.client.model.searchModifier and TypeClassDescriptionclass
The response containing the paginated list of collections.class
The response containing a paginated list of companies.class
class
The response that contains a paginated list of movies.class
The response containing a paginated list of search results.class
The response that contains a paginated list of persons.class
The response that contains a paginated list of TV shows. -
Uses of PaginatedResponseBase in com.amilesend.tmdb.client.model.trending
Subclasses of PaginatedResponseBase in com.amilesend.tmdb.client.model.trendingModifier and TypeClassDescriptionclass
The response that contains the list of trending resources.class
The response containing the list of trending movies.class
The response containing the list of trending people.class
The response containing the list of trending TV shows. -
Uses of PaginatedResponseBase in com.amilesend.tmdb.client.model.tv.series
Subclasses of PaginatedResponseBase in com.amilesend.tmdb.client.model.tv.seriesModifier and TypeClassDescriptionclass
Response that contains a list of TV series recommendations.class
The response containing the list of a reviews for a TV series.class
Response that contains a list of similar TV series. -
Uses of PaginatedResponseBase in com.amilesend.tmdb.client.model.tv.series.list
Subclasses of PaginatedResponseBase in com.amilesend.tmdb.client.model.tv.series.listModifier and TypeClassDescriptionclass
Response that contains a list of TV series that are airing today.class
Response that contains a list of TV series that are airing in the next 7 days.class
Response that contains a list of TV series that are ordered by popularity.class
Response that contains a list of TV series that are ordered by rating.