public enum CommunityUserGroup extends java.lang.Enum<CommunityUserGroup>
Enum Constant and Description |
---|
ADMINISTRATOR |
COMMUNITY_MANAGER |
GROUP_ADMIN |
MEMBER |
MODERATOR |
PRIVILEGED_MEMBER |
SITE_CONTENT_MANAGER |
SITE_ENABLEMENT_MANAGER |
SITE_MEMBER |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getName() |
static CommunityUserGroup |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommunityUserGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommunityUserGroup ADMINISTRATOR
public static final CommunityUserGroup MODERATOR
public static final CommunityUserGroup GROUP_ADMIN
public static final CommunityUserGroup MEMBER
public static final CommunityUserGroup SITE_CONTENT_MANAGER
public static final CommunityUserGroup SITE_MEMBER
public static final CommunityUserGroup COMMUNITY_MANAGER
public static final CommunityUserGroup PRIVILEGED_MEMBER
public static final CommunityUserGroup SITE_ENABLEMENT_MANAGER
public static CommunityUserGroup[] values()
for (CommunityUserGroup c : CommunityUserGroup.values()) System.out.println(c);
public static CommunityUserGroup 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 abstract java.lang.String getName()
Copyright © 2010 - 2020 Adobe. All Rights Reserved