Uses of Class
com.amilesend.tmdb.client.model.people.type.PersonIdRequestBase
Packages that use PersonIdRequestBase
Package
Description
-
Uses of PersonIdRequestBase in com.amilesend.tmdb.client.model.people
Subclasses of PersonIdRequestBase in com.amilesend.tmdb.client.model.peopleModifier and TypeClassDescriptionclassThe request to fetch the credits for a person.classThe request to fetch the external site identifiers for a person.classThe request to fetch the list of profile images for a person.classThe request to fetch the list of movie credits for a person.classThe request to fetch the details about a person.classclassThe request to fetch the list of TV credits for a person. -
Uses of PersonIdRequestBase in com.amilesend.tmdb.client.model.people.type
Classes in com.amilesend.tmdb.client.model.people.type with type parameters of type PersonIdRequestBaseModifier and TypeClassDescriptionstatic classPersonIdRequestBase.PersonIdRequestBaseBuilder<C extends PersonIdRequestBase,B extends PersonIdRequestBase.PersonIdRequestBaseBuilder<C, B>> Subclasses of PersonIdRequestBase in com.amilesend.tmdb.client.model.people.typeModifier and TypeClassDescriptionclassDefines the base class for a request that requires the person identifier and allows for an optional language specifier.