Interface INotificationRecipient
- All Superinterfaces:
Serializable
Represents a notification data's recipient
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
Optional e-mail of the recipientOptional externalID of the recipientOptional firstName of the recipientOptional fullName of the recipientOptional lastName of the recipientgetLogin()
Optional login of the recipientOptional mobile phone number of the recipientOptional phone number of the recipientgetSex()
Optional sex of the recipientgetTitle()
Optional title of the recipientOptional IUser of the recipientOptional locale of the recipient
-
Method Details
-
getFirstName
Optional firstName of the recipient- Returns:
- the optional firstName
-
getLastName
Optional lastName of the recipient- Returns:
- the optional lastName
-
getFullName
Optional fullName of the recipient- Returns:
- the optional fullName
-
getTitle
Optional title of the recipient- Returns:
- the optional title
-
getSex
Optional sex of the recipient- Returns:
- the optional sex
-
retrieveIUser
Optional IUser of the recipient- Returns:
- the optional IUser
-
getLogin
Optional login of the recipient- Returns:
- the optional login
-
getExternalID
Optional externalID of the recipient- Returns:
- the optional externalID
-
retrieveLocale
Optional locale of the recipient- Returns:
- the optional locale
-
getEmail
Optional e-mail of the recipient- Returns:
- the optional e-mail String
-
getMobilePhoneNumber
Optional mobile phone number of the recipient- Returns:
- the optional mobile phone number String
-
getPhoneNumber
Optional phone number of the recipient- Returns:
- the optional phone number String
-