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