mirror of https://github.com/apache/cloudstack.git
api: Add UUID type to CommandType in BaseCmd
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
efa034e821
commit
cc4030be41
|
|
@ -80,7 +80,7 @@ public abstract class BaseCmd {
|
|||
public static final String RESPONSE_TYPE_JSON = "json";
|
||||
|
||||
public enum CommandType {
|
||||
BOOLEAN, DATE, FLOAT, INTEGER, SHORT, LIST, LONG, OBJECT, MAP, STRING, TZDATE
|
||||
BOOLEAN, DATE, FLOAT, INTEGER, SHORT, LIST, LONG, OBJECT, MAP, STRING, TZDATE, UUID
|
||||
}
|
||||
|
||||
// FIXME: Extract these out into a separate file
|
||||
|
|
|
|||
Loading…
Reference in New Issue