Integrate sdc notification
[externalapi/nbi.git] / src / main / java / org / onap / nbi / apis / hub / model / EventType.java
index b4e1f1a..5db21f3 100644 (file)
@@ -28,7 +28,9 @@ public enum EventType {
 
   SERVICE_ATTRIBUTE_VALUE_CHANGE("ServiceAttributeValueChangeNotification"),
 
-  SERVICE_REMOVE("ServiceRemoveNotification");
+  SERVICE_REMOVE("ServiceRemoveNotification"),
+
+  SDC_DISTRIBUTION("SdcDistributionNotification");
 
   private String value;