Uses of Record Class
dev.reuss.tmdb.domain.people.model.PersonTvCastCredit
Packages that use PersonTvCastCredit
-
Uses of PersonTvCastCredit in dev.reuss.tmdb.domain.people.model
Methods in dev.reuss.tmdb.domain.people.model that return types with arguments of type PersonTvCastCreditModifier and TypeMethodDescriptionPersonTvCredits.cast()Returns the value of thecastrecord component.Constructor parameters in dev.reuss.tmdb.domain.people.model with type arguments of type PersonTvCastCreditModifierConstructorDescriptionPersonTvCredits(List<PersonTvCastCredit> cast, List<PersonTvCrewCredit> crew) Creates an instance of aPersonTvCreditsrecord class.