Uses of Record Class
dev.reuss.tmdb.domain.tv.season.model.TvSeasonAggregateCastCredit
Packages that use TvSeasonAggregateCastCredit
-
Uses of TvSeasonAggregateCastCredit in dev.reuss.tmdb.domain.tv.season.model
Methods in dev.reuss.tmdb.domain.tv.season.model that return types with arguments of type TvSeasonAggregateCastCreditModifier and TypeMethodDescriptionTvSeasonAggregateCredits.cast()Returns the value of thecastrecord component.Constructor parameters in dev.reuss.tmdb.domain.tv.season.model with type arguments of type TvSeasonAggregateCastCreditModifierConstructorDescriptionTvSeasonAggregateCredits(List<TvSeasonAggregateCastCredit> cast, List<TvSeasonAggregateCrewCredit> crew, int id) Creates an instance of aTvSeasonAggregateCreditsrecord class.