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