Uses of Record Class
dev.reuss.tmdb.domain.people.model.PersonCombinedCredits
Packages that use PersonCombinedCredits
-
Uses of PersonCombinedCredits in dev.reuss.tmdb.domain.people
Methods in dev.reuss.tmdb.domain.people that return PersonCombinedCreditsModifier and TypeMethodDescriptionDefaultPersonService.combinedCredits(PersonId personId) DefaultPersonService.combinedCredits(PersonId personId, Language language) PersonService.combinedCredits(PersonId personId) Loads combined movie and TV credits for a person.PersonService.combinedCredits(PersonId personId, Language language) Loads combined movie and TV credits for a person using a specific language. -
Uses of PersonCombinedCredits in dev.reuss.tmdb.domain.people.model
Methods in dev.reuss.tmdb.domain.people.model that return PersonCombinedCreditsModifier and TypeMethodDescriptionPersonDetails.combinedCredits()Returns the value of thecombinedCreditsrecord component.Constructors in dev.reuss.tmdb.domain.people.model with parameters of type PersonCombinedCreditsModifierConstructorDescriptionPersonDetails(boolean adult, List<String> alsoKnownAs, String biography, String birthday, String deathday, int gender, String homepage, int id, String imdbId, String knownForDepartment, String name, String placeOfBirth, double popularity, String profilePath, PersonChanges changes, PersonCombinedCredits combinedCredits, ExternalIds externalIds, PersonImages images, PersonMovieCredits movieCredits, PersonTvCredits tvCredits, PersonTranslations translations) Creates an instance of aPersonDetailsrecord class.