Class CrewCredit


public class CrewCredit extends NamedResource<Integer, CrewCredit>
Describes a crew credit.
See Also:
  • Method Details

    • builder

      public static CrewCredit.CrewCreditBuilder<?,?> builder()
    • getAdult

      public Boolean getAdult()
      Adult flag indicator.
    • getGender

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

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

      public String getOriginalName()
      The person's name.
    • getPopularity

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

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

      public String getCreditId()
      The credit identifier.
    • getDepartment

      public String getDepartment()
      The job department type.
    • getJob

      public String getJob()
      The job title.
    • toString

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