Uses of Record Class
dev.reuss.tmdb.domain.tv.season.model.TvSeasonVideo
Packages that use TvSeasonVideo
-
Uses of TvSeasonVideo in dev.reuss.tmdb.domain.tv.season.model
Methods in dev.reuss.tmdb.domain.tv.season.model that return types with arguments of type TvSeasonVideoModifier and TypeMethodDescriptionTvSeasonVideos.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.tv.season.model with type arguments of type TvSeasonVideoModifierConstructorDescriptionTvSeasonVideos(int id, List<TvSeasonVideo> results) Creates an instance of aTvSeasonVideosrecord class.