Package com.hp.lft.sdk.sap.ui5
Interface Notification
- All Known Subinterfaces:
Message
public interface Notification
A notification in a notifier of a SAPUI notification bar.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the time when the notification is received.getText()
Returns the text of the notification.
-
Method Details
-
getText
Returns the text of the notification.- Returns:
- The text of the notification.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getReceivedTime
Returns the time when the notification is received.- Returns:
- The time when the notification is received.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-