Uses of Class
com.treescrub.spedran.data.NotificationStatus
-
Packages that use NotificationStatus Package Description com.treescrub.spedran.data Contains all the classes that represent resources on the SRC API. -
-
Uses of NotificationStatus in com.treescrub.spedran.data
Methods in com.treescrub.spedran.data that return NotificationStatus Modifier and Type Method Description NotificationStatusNotification. getStatus()Gets the current status of the notification.static NotificationStatusNotificationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationStatus[]NotificationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-