Uses of Record Class
dev.reuss.tmdb.domain.people.model.PersonMovieCastCredit
Packages that use PersonMovieCastCredit
-
Uses of PersonMovieCastCredit in dev.reuss.tmdb.domain.people.model
Methods in dev.reuss.tmdb.domain.people.model that return types with arguments of type PersonMovieCastCreditModifier and TypeMethodDescriptionPersonMovieCredits.cast()Returns the value of thecastrecord component.Constructor parameters in dev.reuss.tmdb.domain.people.model with type arguments of type PersonMovieCastCreditModifierConstructorDescriptionPersonMovieCredits(List<PersonMovieCastCredit> cast, List<PersonMovieCrewCredit> crew) Creates an instance of aPersonMovieCreditsrecord class.