Class EmploymentDetails


  • public final class EmploymentDetails
    extends java.lang.Object
    • Method Detail

      • getEmploymentSector

        public java.util.Optional<java.lang.String> getEmploymentSector()
        Returns:
        Sector of employment
      • getEmployerName

        public java.util.Optional<java.lang.String> getEmployerName()
        Returns:
        Name of the employer
      • getBusinessIndustry

        public java.util.Optional<java.util.List<java.lang.String>> getBusinessIndustry()
        Returns:
        The industry in which the business operates for a business customer
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object