public static enum Business.EnumPagePermittedTasks extends Enum<Business.EnumPagePermittedTasks>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Business.EnumPagePermittedTasks |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Business.EnumPagePermittedTasks[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Business.EnumPagePermittedTasks VALUE_ADVERTISE
public static final Business.EnumPagePermittedTasks VALUE_ANALYZE
public static final Business.EnumPagePermittedTasks VALUE_CASHIER_ROLE
public static final Business.EnumPagePermittedTasks VALUE_CREATE_CONTENT
public static final Business.EnumPagePermittedTasks VALUE_MANAGE
public static final Business.EnumPagePermittedTasks VALUE_MANAGE_JOBS
public static final Business.EnumPagePermittedTasks VALUE_MANAGE_LEADS
public static final Business.EnumPagePermittedTasks VALUE_MESSAGING
public static final Business.EnumPagePermittedTasks VALUE_MODERATE
public static final Business.EnumPagePermittedTasks VALUE_MODERATE_COMMUNITY
public static final Business.EnumPagePermittedTasks VALUE_PAGES_MESSAGING
public static final Business.EnumPagePermittedTasks VALUE_PAGES_MESSAGING_SUBSCRIPTIONS
public static final Business.EnumPagePermittedTasks VALUE_PROFILE_PLUS_ADVERTISE
public static final Business.EnumPagePermittedTasks VALUE_PROFILE_PLUS_ANALYZE
public static final Business.EnumPagePermittedTasks VALUE_PROFILE_PLUS_CREATE_CONTENT
public static final Business.EnumPagePermittedTasks VALUE_PROFILE_PLUS_MANAGE
public static final Business.EnumPagePermittedTasks VALUE_PROFILE_PLUS_MESSAGING
public static final Business.EnumPagePermittedTasks VALUE_PROFILE_PLUS_MODERATE
public static final Business.EnumPagePermittedTasks VALUE_READ_PAGE_MAILBOXES
public static final Business.EnumPagePermittedTasks VALUE_VIEW_MONETIZATION_INSIGHTS
public static Business.EnumPagePermittedTasks[] values()
for (Business.EnumPagePermittedTasks c : Business.EnumPagePermittedTasks.values()) System.out.println(c);
public static Business.EnumPagePermittedTasks 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.EnumPagePermittedTasks>Copyright © 2020. All rights reserved.