Uses of Record Class
dev.reuss.tmdb.common.credit.CrewCredit
Packages that use CrewCredit
Package
Description
-
Uses of CrewCredit in dev.reuss.tmdb.domain.movie.model
Methods in dev.reuss.tmdb.domain.movie.model that return types with arguments of type CrewCredit -
Uses of CrewCredit in dev.reuss.tmdb.domain.tv.episode.model
Methods in dev.reuss.tmdb.domain.tv.episode.model that return types with arguments of type CrewCreditModifier and TypeMethodDescriptionTvEpisodeCredits.crew()Returns the value of thecrewrecord component.TvEpisodeDetails.crew()Returns the value of thecrewrecord component.Constructor parameters in dev.reuss.tmdb.domain.tv.episode.model with type arguments of type CrewCreditModifierConstructorDescriptionTvEpisodeCredits(int id, List<CrewCredit> crew, List<CastCredit> cast, List<GuestStarCredit> guestStars) Creates an instance of aTvEpisodeCreditsrecord class.TvEpisodeDetails(String airDate, List<CrewCredit> crew, int episodeNumber, List<GuestStarCredit> guestStars, String name, String overview, int id, String productionCode, Integer runtime, int seasonNumber, String stillPath, double voteAverage, int voteCount, TvEpisodeChanges changes, TvEpisodeCredits credits, ExternalIds externalIds, TvEpisodeImages images, TvEpisodeTranslations translations, TvEpisodeVideos videos) Creates an instance of aTvEpisodeDetailsrecord class. -
Uses of CrewCredit in dev.reuss.tmdb.domain.tv.season.model
Methods in dev.reuss.tmdb.domain.tv.season.model that return types with arguments of type CrewCreditModifier and TypeMethodDescriptionTvSeasonCredits.crew()Returns the value of thecrewrecord component.TvSeasonEpisode.crew()Returns the value of thecrewrecord component.Constructor parameters in dev.reuss.tmdb.domain.tv.season.model with type arguments of type CrewCreditModifierConstructorDescriptionTvSeasonEpisode(String airDate, int episodeNumber, String episodeType, int id, String name, String overview, String productionCode, Integer runtime, int seasonNumber, int showId, String stillPath, double voteAverage, int voteCount, List<CrewCredit> crew, List<GuestStarCredit> guestStars) Creates an instance of aTvSeasonEpisoderecord class. -
Uses of CrewCredit in dev.reuss.tmdb.domain.tv.series.model
Methods in dev.reuss.tmdb.domain.tv.series.model that return types with arguments of type CrewCredit