public static enum PagePost.EnumTimelineVisibility extends Enum<PagePost.EnumTimelineVisibility>
| Enum Constant and Description |
|---|
VALUE_FORCED_ALLOW |
VALUE_HIDDEN |
VALUE_NORMAL |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PagePost.EnumTimelineVisibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PagePost.EnumTimelineVisibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PagePost.EnumTimelineVisibility VALUE_FORCED_ALLOW
public static final PagePost.EnumTimelineVisibility VALUE_HIDDEN
public static final PagePost.EnumTimelineVisibility VALUE_NORMAL
public static PagePost.EnumTimelineVisibility[] values()
for (PagePost.EnumTimelineVisibility c : PagePost.EnumTimelineVisibility.values()) System.out.println(c);
public static PagePost.EnumTimelineVisibility 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<PagePost.EnumTimelineVisibility>Copyright © 2020. All rights reserved.