Uses of Record Class
dev.reuss.tmdb.domain.tv.season.model.TvSeasonAggregateCastRole
Packages that use TvSeasonAggregateCastRole
-
Uses of TvSeasonAggregateCastRole in dev.reuss.tmdb.domain.tv.season.model
Methods in dev.reuss.tmdb.domain.tv.season.model that return types with arguments of type TvSeasonAggregateCastRoleModifier and TypeMethodDescriptionTvSeasonAggregateCastCredit.roles()Returns the value of therolesrecord component.Constructor parameters in dev.reuss.tmdb.domain.tv.season.model with type arguments of type TvSeasonAggregateCastRoleModifierConstructorDescriptionTvSeasonAggregateCastCredit(boolean adult, int gender, int id, String knownForDepartment, String name, String originalName, double popularity, String profilePath, List<TvSeasonAggregateCastRole> roles, int totalEpisodeCount, int order) Creates an instance of aTvSeasonAggregateCastCreditrecord class.