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