Uses of Class
com.amilesend.tmdb.client.model.movie.GetVideosRequest
Packages that use GetVideosRequest
-
Uses of GetVideosRequest in com.amilesend.tmdb.client.api
Methods in com.amilesend.tmdb.client.api with parameters of type GetVideosRequestModifier and TypeMethodDescriptionMoviesApi.getVideos(@NonNull GetVideosRequest request) Gets a list of related videos for a movie. -
Uses of GetVideosRequest in com.amilesend.tmdb.client.model.movie
Classes in com.amilesend.tmdb.client.model.movie with type parameters of type GetVideosRequestModifier and TypeClassDescriptionstatic classGetVideosRequest.GetVideosRequestBuilder<C extends GetVideosRequest, B extends GetVideosRequest.GetVideosRequestBuilder<C,B>>