Class ResumeV1Document


  • public class ResumeV1Document
    extends Prediction
    Resume API version 1.2 document data.
    • Field Detail

      • address

        protected StringField address
        The location information of the candidate, including city, state, and country.
      • certificates

        protected List<ResumeV1Certificate> certificates
        The list of certificates obtained by the candidate.
      • documentLanguage

        protected StringField documentLanguage
        The ISO 639 code of the language in which the document is written.
      • education

        protected List<ResumeV1Education> education
        The list of the candidate's educational background.
      • emailAddress

        protected StringField emailAddress
        The email address of the candidate.
      • givenNames

        protected List<StringField> givenNames
        The candidate's first or given names.
      • hardSkills

        protected List<StringField> hardSkills
        The list of the candidate's technical abilities and knowledge.
      • jobApplied

        protected StringField jobApplied
        The position that the candidate is applying for.
      • languages

        protected List<ResumeV1Language> languages
        The list of languages that the candidate is proficient in.
      • nationality

        protected StringField nationality
        The ISO 3166 code for the country of citizenship of the candidate.
      • phoneNumber

        protected StringField phoneNumber
        The phone number of the candidate.
      • profession

        protected StringField profession
        The candidate's current profession.
      • softSkills

        protected List<StringField> softSkills
        The list of the candidate's interpersonal and communication abilities.
      • surnames

        protected List<StringField> surnames
        The candidate's last names.
    • Constructor Detail

      • ResumeV1Document

        public ResumeV1Document()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Description copied from class: Prediction
        Returns true if there are no predictions values. Accessing prediction values when this is true may result in a NullPointerException
        Specified by:
        isEmpty in class Prediction
      • getAddress

        public StringField getAddress()
        The location information of the candidate, including city, state, and country.
      • getCertificates

        public List<ResumeV1Certificate> getCertificates()
        The list of certificates obtained by the candidate.
      • getDocumentLanguage

        public StringField getDocumentLanguage()
        The ISO 639 code of the language in which the document is written.
      • getDocumentType

        public ClassificationField getDocumentType()
        The type of the document sent.
      • getEducation

        public List<ResumeV1Education> getEducation()
        The list of the candidate's educational background.
      • getEmailAddress

        public StringField getEmailAddress()
        The email address of the candidate.
      • getGivenNames

        public List<StringField> getGivenNames()
        The candidate's first or given names.
      • getHardSkills

        public List<StringField> getHardSkills()
        The list of the candidate's technical abilities and knowledge.
      • getJobApplied

        public StringField getJobApplied()
        The position that the candidate is applying for.
      • getLanguages

        public List<ResumeV1Language> getLanguages()
        The list of languages that the candidate is proficient in.
      • getNationality

        public StringField getNationality()
        The ISO 3166 code for the country of citizenship of the candidate.
      • getPhoneNumber

        public StringField getPhoneNumber()
        The phone number of the candidate.
      • getProfession

        public StringField getProfession()
        The candidate's current profession.
      • getSoftSkills

        public List<StringField> getSoftSkills()
        The list of the candidate's interpersonal and communication abilities.
      • getSurnames

        public List<StringField> getSurnames()
        The candidate's last names.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object