Uses of Record Class
dev.reuss.tmdb.common.credit.CastCredit
Packages that use CastCredit
Package
Description
-
Uses of CastCredit in dev.reuss.tmdb.domain.movie.model
Methods in dev.reuss.tmdb.domain.movie.model that return types with arguments of type CastCreditModifier and TypeMethodDescriptionMovieCredits.cast()Returns the value of thecastrecord component.Constructor parameters in dev.reuss.tmdb.domain.movie.model with type arguments of type CastCreditModifierConstructorDescriptionMovieCredits(int id, List<CastCredit> cast, List<CrewCredit> crew) Creates an instance of aMovieCreditsrecord class. -
Uses of CastCredit in dev.reuss.tmdb.domain.tv.episode.model
Methods in dev.reuss.tmdb.domain.tv.episode.model that return types with arguments of type CastCredit -
Uses of CastCredit in dev.reuss.tmdb.domain.tv.season.model
Methods in dev.reuss.tmdb.domain.tv.season.model that return types with arguments of type CastCreditModifier and TypeMethodDescriptionTvSeasonCredits.cast()Returns the value of thecastrecord component.Constructor parameters in dev.reuss.tmdb.domain.tv.season.model with type arguments of type CastCreditModifierConstructorDescriptionTvSeasonCredits(int id, List<CastCredit> cast, List<CrewCredit> crew) Creates an instance of aTvSeasonCreditsrecord class. -
Uses of CastCredit in dev.reuss.tmdb.domain.tv.series.model
Methods in dev.reuss.tmdb.domain.tv.series.model that return types with arguments of type CastCreditModifier and TypeMethodDescriptionTvSeriesCredits.cast()Returns the value of thecastrecord component.Constructor parameters in dev.reuss.tmdb.domain.tv.series.model with type arguments of type CastCreditModifierConstructorDescriptionTvSeriesCredits(int id, List<CastCredit> cast, List<CrewCredit> crew) Creates an instance of aTvSeriesCreditsrecord class.