public static enum Comment.EnumCommentPrivacyValue extends Enum<Comment.EnumCommentPrivacyValue>
| 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.
|
@SerializedName(value="DECLINED_BY_ADMIN_ASSISTANT") public static final Comment.EnumCommentPrivacyValue VALUE_DECLINED_BY_ADMIN_ASSISTANT
@SerializedName(value="DEFAULT_PRIVACY") public static final Comment.EnumCommentPrivacyValue VALUE_DEFAULT_PRIVACY
@SerializedName(value="FRIENDS_AND_POST_OWNER") public static final Comment.EnumCommentPrivacyValue VALUE_FRIENDS_AND_POST_OWNER
@SerializedName(value="FRIENDS_ONLY") public static final Comment.EnumCommentPrivacyValue VALUE_FRIENDS_ONLY
@SerializedName(value="GRAPHQL_MULTIPLE_VALUE_HACK_DO_NOT_USE") public static final Comment.EnumCommentPrivacyValue VALUE_GRAPHQL_MULTIPLE_VALUE_HACK_DO_NOT_USE
@SerializedName(value="OWNER_OR_COMMENTER") public static final Comment.EnumCommentPrivacyValue VALUE_OWNER_OR_COMMENTER
@SerializedName(value="PENDING_APPROVAL") public static final Comment.EnumCommentPrivacyValue VALUE_PENDING_APPROVAL
@SerializedName(value="REMOVED_BY_ADMIN_ASSISTANT") public static final Comment.EnumCommentPrivacyValue VALUE_REMOVED_BY_ADMIN_ASSISTANT
@SerializedName(value="SIDE_CONVERSATION") public static final Comment.EnumCommentPrivacyValue VALUE_SIDE_CONVERSATION
@SerializedName(value="SIDE_CONVERSATION_AND_POST_OWNER") public static final Comment.EnumCommentPrivacyValue VALUE_SIDE_CONVERSATION_AND_POST_OWNER
@SerializedName(value="SPOTLIGHT_TAB") public static final Comment.EnumCommentPrivacyValue VALUE_SPOTLIGHT_TAB
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 © 2024. All rights reserved.