public static enum Business.EnumPagePermittedRoles extends Enum<Business.EnumPagePermittedRoles>
| Enum Constant and Description |
|---|
NULL |
VALUE_ADVERTISER |
VALUE_CONTENT_CREATOR |
VALUE_INSIGHTS_ANALYST |
VALUE_MANAGER |
VALUE_MODERATOR |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Business.EnumPagePermittedRoles |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Business.EnumPagePermittedRoles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Business.EnumPagePermittedRoles VALUE_MANAGER
public static final Business.EnumPagePermittedRoles VALUE_CONTENT_CREATOR
public static final Business.EnumPagePermittedRoles VALUE_MODERATOR
public static final Business.EnumPagePermittedRoles VALUE_ADVERTISER
public static final Business.EnumPagePermittedRoles VALUE_INSIGHTS_ANALYST
public static final Business.EnumPagePermittedRoles NULL
public static Business.EnumPagePermittedRoles[] values()
for (Business.EnumPagePermittedRoles c : Business.EnumPagePermittedRoles.values()) System.out.println(c);
public static Business.EnumPagePermittedRoles valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<Business.EnumPagePermittedRoles>Copyright © 2018. All rights reserved.