Class Applicant


  • public final class Applicant
    extends Object
    • Method Detail

      • getId

        public String getId()
        The unique identifier for the applicant. Read-only.
        Returns:
        The unique identifier for the applicant. Read-only.
      • getCreatedAt

        public java.time.OffsetDateTime getCreatedAt()
        The date and time when this applicant was created. Read-only.
        Returns:
        The date and time when this applicant was created. Read-only.
      • getDeleteAt

        public java.time.OffsetDateTime getDeleteAt()
        The date and time when this applicant is scheduled to be deleted. Read-only.
        Returns:
        The date and time when this applicant is scheduled to be deleted. Read-only.
      • getHref

        public String getHref()
        The uri of this resource. Read-only.
        Returns:
        The uri of this resource. Read-only.
      • getSandbox

        public boolean getSandbox()
        Read-only.
        Returns:
        Read-only.
      • getFirstName

        public String getFirstName()
        The applicant’s first name
        Returns:
        The applicant’s first name
      • getLastName

        public String getLastName()
        The applicant’s surname
        Returns:
        The applicant’s surname
      • getEmail

        public String getEmail()
        The applicant’s email address. Required if doing a US check or a standard UK check.
        Returns:
        The applicant’s email address. Required if doing a US check or a standard UK check.
      • getDob

        public java.time.LocalDate getDob()
        The applicant’s date of birth
        Returns:
        The applicant’s date of birth
      • getAddress

        public Address getAddress()
        The applicants address
        Returns:
        The applicants address
      • getIdNumbers

        public List<IdNumber> getIdNumbers()
        The applicants ID numbers
        Returns:
        The applicants ID numbers
      • getPhoneNumber

        public String getPhoneNumber()
        The applicant’s phone number
        Returns:
        The applicant’s phone number
      • getLocation

        public Location getLocation()
        The applicant's location
        Returns:
        The applicant's location
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object