Interface INotificationRecipient

All Superinterfaces:
Serializable

public interface INotificationRecipient extends Serializable
Represents a notification data's recipient
  • Method Details Link icon

    • getFirstName Link icon

      Optional<String> getFirstName()
      Optional firstName of the recipient
      Returns:
      the optional firstName
    • getLastName Link icon

      Optional<String> getLastName()
      Optional lastName of the recipient
      Returns:
      the optional lastName
    • getFullName Link icon

      Optional<String> getFullName()
      Optional fullName of the recipient
      Returns:
      the optional fullName
    • getTitle Link icon

      Optional<String> getTitle()
      Optional title of the recipient
      Returns:
      the optional title
    • getSex Link icon

      Optional<String> getSex()
      Optional sex of the recipient
      Returns:
      the optional sex
    • retrieveIUser Link icon

      Optional<IUser> retrieveIUser()
      Optional IUser of the recipient
      Returns:
      the optional IUser
    • getLogin Link icon

      Optional<String> getLogin()
      Optional login of the recipient
      Returns:
      the optional login
    • getExternalID Link icon

      Optional<String> getExternalID()
      Optional externalID of the recipient
      Returns:
      the optional externalID
    • retrieveLocale Link icon

      Optional<Locale> retrieveLocale()
      Optional locale of the recipient
      Returns:
      the optional locale
    • getEmail Link icon

      Optional<String> getEmail()
      Optional e-mail of the recipient
      Returns:
      the optional e-mail String
    • getMobilePhoneNumber Link icon

      Optional<String> getMobilePhoneNumber()
      Optional mobile phone number of the recipient
      Returns:
      the optional mobile phone number String
    • getPhoneNumber Link icon

      Optional<String> getPhoneNumber()
      Optional phone number of the recipient
      Returns:
      the optional phone number String