Sync up the changes for v15
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / restcore / HttpMethod.java
index 85c7dfa..54215d6 100644 (file)
@@ -28,5 +28,6 @@ public enum HttpMethod {
        DELETE,
        PUT_EDGE,
        DELETE_EDGE,
-       GET;
+       GET,
+    GET_RELATIONSHIP;
 }