Class ScimEmail

java.lang.Object
com.mypurecloud.sdk.v2.model.ScimEmail
All Implemented Interfaces:
Serializable

public class ScimEmail extends Object implements Serializable
Defines a SCIM email address.
See Also:
  • Constructor Details

    • ScimEmail

      public ScimEmail()
    • ScimEmail

      public ScimEmail(Boolean initWithEmptyList)
  • Method Details

    • value

      public ScimEmail value(String value)
      The email address. Is immutable if \"type\" is set to \"other\".
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • type

      public ScimEmail type(ScimEmail.TypeEnum type)
      The type of email address. \"value\" is immutable if \"type\" is set to \"other\".
    • getType

      public ScimEmail.TypeEnum getType()
    • setType

      public void setType(ScimEmail.TypeEnum type)
    • primary

      public ScimEmail primary(Boolean primary)
      Indicates whether the email address is the primary email address.
    • getPrimary

      public Boolean getPrimary()
    • setPrimary

      public void setPrimary(Boolean primary)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object