Uses of Class
com.oracle.bmc.dblm.model.NotificationSummary.NotificationType
-
Packages that use NotificationSummary.NotificationType Package Description com.oracle.bmc.dblm.model -
-
Uses of NotificationSummary.NotificationType in com.oracle.bmc.dblm.model
Methods in com.oracle.bmc.dblm.model that return NotificationSummary.NotificationType Modifier and Type Method Description static NotificationSummary.NotificationTypeNotificationSummary.NotificationType. create(String key)NotificationSummary.NotificationTypeNotificationSummary. getNotificationType()Notification typestatic NotificationSummary.NotificationTypeNotificationSummary.NotificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationSummary.NotificationType[]NotificationSummary.NotificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dblm.model with parameters of type NotificationSummary.NotificationType Modifier and Type Method Description NotificationSummary.BuilderNotificationSummary.Builder. notificationType(NotificationSummary.NotificationType notificationType)Notification typeConstructors in com.oracle.bmc.dblm.model with parameters of type NotificationSummary.NotificationType Constructor Description NotificationSummary(NotificationSummary.NotificationType notificationType, String notificationText, String id, Date timePublished)Deprecated.
-