Uses of Class
com.oracle.bmc.dblm.model.NotificationSummary
-
Packages that use NotificationSummary Package Description com.oracle.bmc.dblm.model -
-
Uses of NotificationSummary in com.oracle.bmc.dblm.model
Methods in com.oracle.bmc.dblm.model that return NotificationSummary Modifier and Type Method Description NotificationSummary
NotificationSummary.Builder. build()
Methods in com.oracle.bmc.dblm.model that return types with arguments of type NotificationSummary Modifier and Type Method Description List<NotificationSummary>
NotificationCollection. getItems()
Items for notifications.Methods in com.oracle.bmc.dblm.model with parameters of type NotificationSummary Modifier and Type Method Description NotificationSummary.Builder
NotificationSummary.Builder. copy(NotificationSummary model)
Method parameters in com.oracle.bmc.dblm.model with type arguments of type NotificationSummary Modifier and Type Method Description NotificationCollection.Builder
NotificationCollection.Builder. items(List<NotificationSummary> items)
Items for notifications.Constructor parameters in com.oracle.bmc.dblm.model with type arguments of type NotificationSummary Constructor Description NotificationCollection(List<NotificationSummary> items)
Deprecated.
-