Uses of Record Class
dev.reuss.tmdb.domain.tv.episode.model.TvEpisodeVideo
Packages that use TvEpisodeVideo
-
Uses of TvEpisodeVideo in dev.reuss.tmdb.domain.tv.episode.model
Methods in dev.reuss.tmdb.domain.tv.episode.model that return types with arguments of type TvEpisodeVideoModifier and TypeMethodDescriptionTvEpisodeVideos.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.tv.episode.model with type arguments of type TvEpisodeVideoModifierConstructorDescriptionTvEpisodeVideos(int id, List<TvEpisodeVideo> results) Creates an instance of aTvEpisodeVideosrecord class.