Class CandidateEmail


  • public class CandidateEmail
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  CandidateEmail.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      CandidateEmail()  
      CandidateEmail​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)  
    • Constructor Detail

      • CandidateEmail

        public CandidateEmail​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type,
                              org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
      • CandidateEmail

        public CandidateEmail()
    • Method Detail

      • type

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type()
        Type of the email
      • value

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value()
        Email value
      • withType

        public CandidateEmail withType​(java.lang.String type)
        Type of the email
      • withType

        public CandidateEmail withType​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)
        Type of the email
      • withValue

        public CandidateEmail withValue​(java.lang.String value)
        Email value
      • withValue

        public CandidateEmail withValue​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
        Email value
      • 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