CPS Delta API: Update action for delta service
[cps.git] / cps-service / src / main / java / org / onap / cps / spi / model / DeltaReportBuilder.java
index cef6ca3..1e151ee 100644 (file)
@@ -58,6 +58,11 @@ public class DeltaReportBuilder {
         return this;
     }
 
+    public DeltaReportBuilder actionUpdate() {
+        this.action = DeltaReport.UPDATE_ACTION;
+        return this;
+    }
+
     /**
      * To create a single entry of {@link DeltaReport}.
      *