public static enum AppGroupCreationContent.AppGroupPrivacy extends java.lang.Enum<AppGroupCreationContent.AppGroupPrivacy>
| Enum Constant and Description |
|---|
Closed
Anyone can see the group and who's in it, but only members can see posts.
|
Open
Anyone can see the group, who's in it and what members post.
|
| Modifier and Type | Method and Description |
|---|---|
static AppGroupCreationContent.AppGroupPrivacy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppGroupCreationContent.AppGroupPrivacy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppGroupCreationContent.AppGroupPrivacy Open
public static final AppGroupCreationContent.AppGroupPrivacy Closed
public static AppGroupCreationContent.AppGroupPrivacy[] values()
for (AppGroupCreationContent.AppGroupPrivacy c : AppGroupCreationContent.AppGroupPrivacy.values()) System.out.println(c);
public static AppGroupCreationContent.AppGroupPrivacy 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 null