Package com.oracle.bmc.dblm.model
Class NotificationSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.dblm.model.NotificationSummary.Builder
 
- 
- Enclosing class:
- NotificationSummary
 
 public static class NotificationSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationSummarybuild()NotificationSummary.Buildercopy(NotificationSummary model)NotificationSummary.Builderid(String id)Notification identifier.NotificationSummary.BuildernotificationText(String notificationText)Notification textNotificationSummary.BuildernotificationType(NotificationSummary.NotificationType notificationType)Notification typeNotificationSummary.BuildertimePublished(Date timePublished)Published date
 
- 
- 
- 
Method Detail- 
notificationTypepublic NotificationSummary.Builder notificationType(NotificationSummary.NotificationType notificationType) Notification type- Parameters:
- notificationType- the value to set
- Returns:
- this builder
 
 - 
notificationTextpublic NotificationSummary.Builder notificationText(String notificationText) Notification text- Parameters:
- notificationText- the value to set
- Returns:
- this builder
 
 - 
idpublic NotificationSummary.Builder id(String id) Notification identifier.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
timePublishedpublic NotificationSummary.Builder timePublished(Date timePublished) Published date- Parameters:
- timePublished- the value to set
- Returns:
- this builder
 
 - 
buildpublic NotificationSummary build() 
 - 
copypublic NotificationSummary.Builder copy(NotificationSummary model) 
 
- 
 
-