Class Email

java.lang.Object
org.gluu.oxtrust.model.scim2.user.Email

public class Email extends Object
Represents an e-mail address for a user. See section 4.1.2 of RFC 7643.
  • Constructor Details

    • Email

      public Email()
  • Method Details

    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getDisplay

      public String getDisplay()
    • setDisplay

      public void setDisplay(String display)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • setType

      public void setType(Email.Type type)
    • getPrimary

      public Boolean getPrimary()
    • setPrimary

      public void setPrimary(Boolean primary)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object