public class PopularPerson extends NamedResource<Integer,PopularPerson>
Describes a popular person and the associated media that the person is known for.
See Also:
  • Method Details

    • builder

      public static PopularPerson.PopularPersonBuilder<?,?> builder()
    • getAdult

      public Boolean getAdult()
      Adult flag indicator.
    • getGender

      public Integer getGender()
      The person's gender.
    • getKnownFor

      public List<Media> getKnownFor()
      The associated media that the person is known for.
    • getKnownForDepartment

      public String getKnownForDepartment()
      The job department that the person is known for.
    • getPopularity

      public Double getPopularity()
      The person's popularity.
    • getProfilePath

      public String getProfilePath()
      The path to the person's profile.
    • toString

      public String toString()
      Overrides:
      toString in class NamedResource<Integer,PopularPerson>