Uses of Class
com.amilesend.tmdb.client.model.search.type.PersonCredit
Packages that use PersonCredit
Package
Description
-
Uses of PersonCredit in com.amilesend.tmdb.client.model.search.type
Classes in com.amilesend.tmdb.client.model.search.type with type parameters of type PersonCreditModifier and TypeClassDescriptionstatic classPersonCredit.PersonCreditBuilder<C extends PersonCredit,B extends PersonCredit.PersonCreditBuilder<C, B>> Subclasses of PersonCredit in com.amilesend.tmdb.client.model.search.typeModifier and TypeClassDescriptionclassDefines a movie cast credit for a person.classDefines a TV cast credit for a trending person.Methods in com.amilesend.tmdb.client.model.search.type that return types with arguments of type PersonCreditModifier and TypeMethodDescriptionPersonSearchResult.getKnowFor()The list of credits that the person is known for.Method parameters in com.amilesend.tmdb.client.model.search.type with type arguments of type PersonCreditModifier and TypeMethodDescriptionPersonSearchResult.PersonSearchResultBuilder.knowFor(List<PersonCredit> knowFor) The list of credits that the person is known for. -
Uses of PersonCredit in com.amilesend.tmdb.client.parse.adapters
Methods in com.amilesend.tmdb.client.parse.adapters that return PersonCreditModifier and TypeMethodDescriptionPersonCreditDeserializer.deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context)