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