Class Gender


  • public class Gender
    extends java.lang.Object
    Gender - The employee gender
    • Constructor Detail

      • Gender

        public Gender​(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeValue> value,
                      org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeSourceValue> sourceValue)
      • Gender

        public Gender()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<EmployeeValue> value()
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<EmployeeSourceValue> sourceValue()
      • withValue

        public Gender withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeValue> value)
      • withSourceValue

        public Gender withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeSourceValue> sourceValue)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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