public interface NotificationI
NotificationI
object is an indication that some administrative operation has been performed on the user (e.g. an
agent force logged off by their supervisor).Modifier and Type | Method and Description |
---|---|
NotificationCode |
getCode()
A
NotificationCode that indicates the type of operation that generated the Notification. |
java.lang.String |
getText() |
java.util.List<java.lang.String> |
getTokens()
A list of strings containing tokens to be inserted into a localized message.
|
NotificationCode getCode()
NotificationCode
that indicates the type of operation that generated the Notification. This
NotificationCode
can be used to provide a localized message to be displayed by the client application.NotificationCode
identifying the administrative operation that was executed for this userjava.lang.String getText()
java.util.List<java.lang.String> getTokens()
A list of strings containing tokens to be inserted into a localized message. The number and content of these tokens is
dependent on the notification code (see NotificationCode
).