Uses of Record Class
dev.reuss.tmdb.domain.movie.model.MovieVideo
Packages that use MovieVideo
-
Uses of MovieVideo in dev.reuss.tmdb.domain.movie.model
Methods in dev.reuss.tmdb.domain.movie.model that return types with arguments of type MovieVideoModifier and TypeMethodDescriptionMovieVideos.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.movie.model with type arguments of type MovieVideoModifierConstructorDescriptionMovieVideos(int id, List<MovieVideo> results) Creates an instance of aMovieVideosrecord class.