| Package | Description |
|---|---|
| com.sap.scimono.entity |
| Modifier and Type | Method and Description |
|---|---|
Email |
Email.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Email> |
User.getEmails()
Gets all E-mail addresses for the User.
|
Optional<Email> |
User.getPrimaryOrFirstEmail()
try to extract an email from the User.
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.addEmail(Email email)
adds an email to the User
|
User.Builder |
User.Builder.removeEmail(Email email)
removes one single email from the User
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.addEmails(Collection<Email> emails)
Adds the E-mail addresses for the User (See
User.getEmails()). |
| Constructor and Description |
|---|
Builder(Email email)
builds an Builder based of the given Attribute
|
Copyright © 2022 SAP SE. All rights reserved.