Interface NotificationContentData<T extends NotificationContentComponent>
-
- All Superinterfaces:
NotificationViewData
- All Known Implementing Classes:
BomEditNotificationUserView,BomEditNotificationView,LicenseLimitNotificationUserView,LicenseLimitNotificationView,PolicyOverrideNotificationUserView,PolicyOverrideNotificationView,ProjectNotificationUserView,ProjectNotificationView,ProjectVersionNotificationUserView,ProjectVersionNotificationView,RuleViolationClearedNotificationUserView,RuleViolationClearedNotificationView,RuleViolationNotificationUserView,RuleViolationNotificationView,VersionBomCodeLocationBomComputedNotificationUserView,VersionBomCodeLocationBomComputedNotificationView,VulnerabilityNotificationUserView,VulnerabilityNotificationView
public interface NotificationContentData<T extends NotificationContentComponent> extends NotificationViewData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetContent()voidsetContent(T content)-
Methods inherited from interface com.synopsys.integration.blackduck.api.manual.contract.NotificationViewData
getContentType, getCreatedAt, getType, setContentType, setCreatedAt, setType
-
-