Uses of Record Class
dev.reuss.tmdb.domain.tv.series.model.TvSeriesVideo
Packages that use TvSeriesVideo
-
Uses of TvSeriesVideo in dev.reuss.tmdb.domain.tv.series.model
Methods in dev.reuss.tmdb.domain.tv.series.model that return types with arguments of type TvSeriesVideoModifier and TypeMethodDescriptionTvSeriesVideos.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.tv.series.model with type arguments of type TvSeriesVideoModifierConstructorDescriptionTvSeriesVideos(int id, List<TvSeriesVideo> results) Creates an instance of aTvSeriesVideosrecord class.