diff options
author | Steve Smokowski <ss835w@att.com> | 2019-12-13 17:04:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-13 17:04:44 +0000 |
commit | d563be266ffc5e84b7bf8592c52fb8c4ec588112 (patch) | |
tree | 6d5b44974b3e698b5dba313817f296cb18880c85 /common | |
parent | a5325db88ce1f7d9daebfe1bd40e1bf5f928f68a (diff) | |
parent | 87c6dd0ae5477e1c20ebbef1c0d1036af313ea4e (diff) |
Merge "Add simple query format, to limit response content"
Diffstat (limited to 'common')
-rw-r--r-- | common/src/main/java/org/onap/so/constants/OrchestrationRequestFormat.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/main/java/org/onap/so/constants/OrchestrationRequestFormat.java b/common/src/main/java/org/onap/so/constants/OrchestrationRequestFormat.java index ccfd2f4de6..641bbb28c7 100644 --- a/common/src/main/java/org/onap/so/constants/OrchestrationRequestFormat.java +++ b/common/src/main/java/org/onap/so/constants/OrchestrationRequestFormat.java @@ -21,5 +21,5 @@ package org.onap.so.constants; public enum OrchestrationRequestFormat { - DETAIL, STATUSDETAIL + DETAIL, STATUSDETAIL, SIMPLE } |