Uses of Class
com.amilesend.tmdb.client.model.movie.GetReleaseDatesResponse
Packages that use GetReleaseDatesResponse
-
Uses of GetReleaseDatesResponse in com.amilesend.tmdb.client.api
Methods in com.amilesend.tmdb.client.api that return GetReleaseDatesResponseModifier and TypeMethodDescriptionMoviesApi.getReleaseDates
(@NonNull GetReleaseDatesRequest request) Gets the release dates for a movie. -
Uses of GetReleaseDatesResponse in com.amilesend.tmdb.client.model.movie
Classes in com.amilesend.tmdb.client.model.movie with type parameters of type GetReleaseDatesResponseModifier and TypeClassDescriptionstatic class
GetReleaseDatesResponse.GetReleaseDatesResponseBuilder<C extends GetReleaseDatesResponse, B extends GetReleaseDatesResponse.GetReleaseDatesResponseBuilder<C,
B>> Subclasses with type arguments of type GetReleaseDatesResponse in com.amilesend.tmdb.client.model.movieModifier and TypeClassDescriptionclass
Response that contains the list of release dates by country for a movie.static class
GetReleaseDatesResponse.GetReleaseDatesResponseBuilder<C extends GetReleaseDatesResponse, B extends GetReleaseDatesResponse.GetReleaseDatesResponseBuilder<C,
B>>