NotificationId constructor

NotificationId(
  1. String id
)

Implementation

NotificationId(String id) : super(EntityType.NOTIFICATION, id);