Interface NotificationViewData
-
- All Known Subinterfaces:
NotificationContentData<T>
- All Known Implementing Classes:
BomEditNotificationUserView,BomEditNotificationView,LicenseLimitNotificationUserView,LicenseLimitNotificationView,NotificationUserView,NotificationView,PolicyOverrideNotificationUserView,PolicyOverrideNotificationView,ProjectNotificationUserView,ProjectNotificationView,ProjectVersionNotificationUserView,ProjectVersionNotificationView,RuleViolationClearedNotificationUserView,RuleViolationClearedNotificationView,RuleViolationNotificationUserView,RuleViolationNotificationView,VersionBomCodeLocationBomComputedNotificationUserView,VersionBomCodeLocationBomComputedNotificationView,VulnerabilityNotificationUserView,VulnerabilityNotificationView
public interface NotificationViewData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetContentType()java.util.DategetCreatedAt()NotificationTypegetType()voidsetContentType(java.lang.String contentType)voidsetCreatedAt(java.util.Date createdAt)voidsetType(NotificationType type)
-
-
-
Method Detail
-
getContentType
java.lang.String getContentType()
-
setContentType
void setContentType(java.lang.String contentType)
-
getCreatedAt
java.util.Date getCreatedAt()
-
setCreatedAt
void setCreatedAt(java.util.Date createdAt)
-
getType
NotificationType getType()
-
setType
void setType(NotificationType type)
-
-