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.Subclasses with type arguments of type PersonCredit in com.amilesend.tmdb.client.model.search.typeModifier and TypeClassDescriptionclassIndicates that an object is a credit for a person.static classPersonCredit.PersonCreditBuilder<C extends PersonCredit,B extends PersonCredit.PersonCreditBuilder<C, B>> 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
Classes in com.amilesend.tmdb.client.parse.adapters that implement interfaces with type arguments of type PersonCreditModifier and TypeClassDescriptionclassGSON deserializer that inspects themedia_typeattribute and returns the associated POJO type.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)