Uses of Class
com.amilesend.tmdb.client.model.PostResponse
Packages that use PostResponse
Package
Description
-
Uses of PostResponse in com.amilesend.tmdb.client.model
Classes in com.amilesend.tmdb.client.model with type parameters of type PostResponseModifier and TypeClassDescriptionstatic class
PostResponse.PostResponseBuilder<C extends PostResponse,
B extends PostResponse.PostResponseBuilder<C, B>> -
Uses of PostResponse in com.amilesend.tmdb.client.model.acount
Subclasses of PostResponse in com.amilesend.tmdb.client.model.acountModifier and TypeClassDescriptionclass
Defines the response when adding a favorite to an account.class
Defines the response when adding a watchlist item to an account. -
Uses of PostResponse in com.amilesend.tmdb.client.model.list
Subclasses of PostResponse in com.amilesend.tmdb.client.model.listModifier and TypeClassDescriptionclass
The response when adding a movie to a list.class
The response when clearing list.class
The response when creating a new list.class
The response when deleting a list.class
The response when removing a movie from a list. -
Uses of PostResponse in com.amilesend.tmdb.client.model.movie
Subclasses of PostResponse in com.amilesend.tmdb.client.model.movieModifier and TypeClassDescriptionclass
Defines the response when adding a rating to an account.class
Defines the response when deleting a rating for a movie. -
Uses of PostResponse in com.amilesend.tmdb.client.model.tv.episodes
Subclasses of PostResponse in com.amilesend.tmdb.client.model.tv.episodesModifier and TypeClassDescriptionclass
The response when adding a rating for a TV episode.class
Defines the response when deleting a rating for a TV episode. -
Uses of PostResponse in com.amilesend.tmdb.client.model.tv.series
Subclasses of PostResponse in com.amilesend.tmdb.client.model.tv.seriesModifier and TypeClassDescriptionclass
Defines the response when adding a rating to an account.class
Defines the response when deleting a rating for a TV series.