public enum CommentReactionType extends Enum<CommentReactionType>
| Enum Constant and Description |
|---|
CRY |
FIRE |
HEART_EYES |
JOY |
THUMBS_DOWN |
THUMBS_UP |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmojiId() |
static CommentReactionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommentReactionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommentReactionType THUMBS_UP
public static final CommentReactionType THUMBS_DOWN
public static final CommentReactionType FIRE
public static final CommentReactionType HEART_EYES
public static final CommentReactionType JOY
public static final CommentReactionType CRY
public static CommentReactionType[] values()
for (CommentReactionType c : CommentReactionType.values()) System.out.println(c);
public static CommentReactionType 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 getEmojiId()
Copyright © 2002-2024 Atlassian. All Rights Reserved.