java.lang.Object
com.amilesend.tmdb.client.model.configuration.type.Job

public class Job extends Object
Defines the supported job.
  • Method Details

    • builder

      public static Job.JobBuilder builder()
    • getDepartment

      public String getDepartment()
      The job category type (e.g., "Crew").
    • getJobs

      public List<String> getJobs()
      The list of job types (e.g., "Special Effects").
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object