Uses of Record Class
dev.reuss.tmdb.domain.tv.season.model.TvSeasonAggregateCrewJob
Packages that use TvSeasonAggregateCrewJob
-
Uses of TvSeasonAggregateCrewJob in dev.reuss.tmdb.domain.tv.season.model
Methods in dev.reuss.tmdb.domain.tv.season.model that return types with arguments of type TvSeasonAggregateCrewJobModifier and TypeMethodDescriptionTvSeasonAggregateCrewCredit.jobs()Returns the value of thejobsrecord component.Constructor parameters in dev.reuss.tmdb.domain.tv.season.model with type arguments of type TvSeasonAggregateCrewJobModifierConstructorDescriptionTvSeasonAggregateCrewCredit(boolean adult, int gender, int id, String knownForDepartment, String name, String originalName, double popularity, String profilePath, List<TvSeasonAggregateCrewJob> jobs, String department, int totalEpisodeCount) Creates an instance of aTvSeasonAggregateCrewCreditrecord class.