- All Implemented Interfaces:
Serializable
Defines a SCIM email address.
- See Also:
-
-
Nested Class Summary
Nested Classes
static enum
The type of email address.
-
Constructor Summary
Constructors
-
Method Summary
boolean
int
Indicates whether the email address is the primary email address.
void
void
void
The type of email address.
-
Constructor Details
-
ScimEmail
public ScimEmail()
-
ScimEmail
public ScimEmail(Boolean initWithEmptyList)
-
Method Details
-
value
The email address. Is immutable if \"type\" is set to \"other\".
-
-
setValue
public void setValue(String value)
-
type
The type of email address. \"value\" is immutable if \"type\" is set to \"other\".
-
-
-
primary
Indicates whether the email address is the primary email address.
-
-
setPrimary
public void setPrimary(Boolean primary)
-
-
-