Class GetPersonDetailsResponse

Direct Known Subclasses:
GetLatestResponse

public class GetPersonDetailsResponse extends NamedResource<Integer,GetPersonDetailsResponse>
Describes a person.
See Also:
  • Method Details

    • builder

    • getAdult

      public Boolean getAdult()
      Adult flag indicator.
    • getAlsoKnownAs

      public List<String> getAlsoKnownAs()
      Alternative aliases/names.
    • getBiography

      public String getBiography()
      Biography.
    • getDeathDate

      public LocalDate getDeathDate()
      Date of death, if available.
    • getGender

      public Integer getGender()
      Gender identifier.
    • getHomepage

      public String getHomepage()
      Homepage/website.
    • getImdbId

      public String getImdbId()
      Internet Movie Database Identifier.
    • getKnownForDepartment

      public String getKnownForDepartment()
      Type of jobs/roles the person is known for.
    • getPlaceOfBirth

      public String getPlaceOfBirth()
      The geographical birth location.
    • getPopularity

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

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

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