Class PopularPerson
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer, PopularPerson>
com.amilesend.tmdb.client.model.NamedResource<Integer, PopularPerson>
com.amilesend.tmdb.client.model.people.lists.type.PopularPerson
Describes a popular person and the associated media that the person is known for.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classPopularPerson.PopularPersonBuilder<C extends PopularPerson, B extends PopularPerson.PopularPersonBuilder<C,B>> Nested classes/interfaces inherited from class NamedResource
NamedResource.NamedResourceBuilder<K,T, C, B> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,T, C, B> -
Method Summary
Modifier and TypeMethodDescriptionstatic PopularPerson.PopularPersonBuilder<?, ?> builder()getAdult()Adult flag indicator.The person's gender.The associated media that the person is known for.The job department that the person is known for.The person's popularity.The path to the person's profile.toString()Methods inherited from class NamedResource
getName
-
Method Details
-
builder
-
getAdult
Adult flag indicator. -
getGender
The person's gender. -
getKnownFor
-
getKnownForDepartment
The job department that the person is known for. -
getPopularity
The person's popularity. -
getProfilePath
The path to the person's profile. -
toString
- Overrides:
toStringin classNamedResource<Integer, PopularPerson>
-