Uses of Class
com.oracle.bmc.dblm.model.NotificationSummary.Builder
-
Packages that use NotificationSummary.Builder Package Description com.oracle.bmc.dblm.model -
-
Uses of NotificationSummary.Builder in com.oracle.bmc.dblm.model
Methods in com.oracle.bmc.dblm.model that return NotificationSummary.Builder Modifier and Type Method Description static NotificationSummary.Builder
NotificationSummary. builder()
Create a new builder.NotificationSummary.Builder
NotificationSummary.Builder. copy(NotificationSummary model)
NotificationSummary.Builder
NotificationSummary.Builder. id(String id)
Notification identifier.NotificationSummary.Builder
NotificationSummary.Builder. notificationText(String notificationText)
Notification textNotificationSummary.Builder
NotificationSummary.Builder. notificationType(NotificationSummary.NotificationType notificationType)
Notification typeNotificationSummary.Builder
NotificationSummary.Builder. timePublished(Date timePublished)
Published dateNotificationSummary.Builder
NotificationSummary. toBuilder()
-