Add collaboration feature
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / openecomp-sdc-common-rest / src / main / java / org / openecomp / sdcrests / common / RestConstants.java
index 7bc1082..302af10 100644 (file)
 package org.openecomp.sdcrests.common;
 
 public class RestConstants {
-  public static final String USER_ID_HEADER_PARAM = "USER_ID";
   // value Should be equal to com.tlv.sdc.common.api.Constants#USER_ID_HEADER
+  public static final String USER_ID_HEADER_PARAM = "USER_ID";
+  public static final String LAST_DELIVERED_QUERY_PARAM = "LAST_DELIVERED_EVENT_ID";
   public static final String USER_MISSING_ERROR_MSG =
       "Field does not conform to predefined criteria : user : may not be null";
+
   public static final String INVALID_JSON_ERROR_MESSAGE =
       "Field does not conform to predefined criteria : body :must be in JSON format";
 }