public static enum Group.GroupType extends java.lang.Enum<Group.GroupType>
| Enum Constant and Description | 
|---|
ACL_ONLY  | 
DENY_ACCESS  | 
MAIL_ONLY  | 
MULTI_PURPOSE  | 
SERVERS_ONLY  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getAsJson()  | 
java.lang.String | 
getForDomino()  | 
static Group.GroupType | 
getFromDomino(java.lang.String value)  | 
static Group.GroupType | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static Group.GroupType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final Group.GroupType MULTI_PURPOSE
public static final Group.GroupType ACL_ONLY
public static final Group.GroupType MAIL_ONLY
public static final Group.GroupType SERVERS_ONLY
public static final Group.GroupType DENY_ACCESS
public static Group.GroupType[] values()
for (Group.GroupType c : Group.GroupType.values()) System.out.println(c);
public static Group.GroupType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static Group.GroupType getFromDomino(java.lang.String value)
public java.lang.String getAsJson()
public java.lang.String getForDomino()