public interface INotificationRecipient extends Serializable
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getEmail()
Optional e-mail of the recipient
|
Optional<String> |
getExternalID()
Optional externalID of the recipient
|
Optional<String> |
getFirstName()
Optional firstName of the recipient
|
Optional<String> |
getFullName()
Optional fullName of the recipient
|
Optional<String> |
getLastName()
Optional lastName of the recipient
|
Optional<String> |
getLogin()
Optional login of the recipient
|
Optional<String> |
getMobilePhoneNumber()
Optional mobile phone number of the recipient
|
Optional<String> |
getPhoneNumber()
Optional phone number of the recipient
|
Optional<String> |
getSex()
Optional sex of the recipient
|
Optional<String> |
getTitle()
Optional title of the recipient
|
Optional<IUser> |
retrieveIUser()
Optional IUser of the recipient
|
Optional<Locale> |
retrieveLocale()
Optional locale of the recipient
|
Optional<String> getFirstName()
Optional<String> getLastName()
Optional<String> getFullName()
Optional<IUser> retrieveIUser()
Optional<String> getExternalID()
Optional<Locale> retrieveLocale()
Optional<String> getEmail()
Optional<String> getMobilePhoneNumber()
Copyright © 2021 Visiativ Software. All rights reserved.