Package com.microsoft.graph.models
Enum Class EngagementConversationMessageReactionType
java.lang.Object
java.lang.Enum<EngagementConversationMessageReactionType>
com.microsoft.graph.models.EngagementConversationMessageReactionType
- All Implemented Interfaces:
com.microsoft.kiota.serialization.ValuedEnum,Serializable,Comparable<EngagementConversationMessageReactionType>,Constable
@Generated("com.microsoft.kiota")
public enum EngagementConversationMessageReactionType
extends Enum<EngagementConversationMessageReactionType>
implements com.microsoft.kiota.serialization.ValuedEnum
Types of reactions to conversation messages.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAgree reaction, represented as a hand pointing upward.Angry reaction, represented as a face with furrowed eyebrows and sad mouth.Brain reaction, represented as a brain.Bullseye reaction, represented as a target with an arrow in the middle.Celebrate reaction, represented as a party hat.Confirmed reaction, represented as a green check mark.Crying reaction, represented as a face with tears streaming down.Excited reaction, represented as a face with closed eyes and a big smile.Goofy reaction, represented as a face with tongue sticking out of mouth.Happy reaction, represented as an open mouth smile face.Heart broken reaction, represented as a broken heart.Intense laughter reaction, represented as a crying laughing face.Laugh reaction, represented as a grinning face.Like reaction, represented as a thumbs-up hand.Love reaction, represented as a solid heart shape.Medal reaction, represented as a medal hanging from a sash.Mind blown reaction, represented as a face with its head covered in an exploding cloud.Praise reaction, represented as two hands facing outward.Sad reaction, represented as a frowning face.Scared reaction, represented as a face with fearful look.Shocked reaction, represented as a face with two hands against cheeks and mouth open.Silly reaction, represented as an upside down smiling face.Smiling reaction, represented as a face with a small smile.Star struck reaction, represented as a face with stars for eyes.Support reaction, represented as red numbers showing 100.Surprised reaction, represented as a face with its mouth open.Taking notes reaction, represented as a hand holding a pen.Thank reaction, represented as applauding hands.Thinking reaction, represented as a face with a hand on the chin.A marker value for members added after the release of this API.Watching reaction, represented as two eyeballs. -
Field Summary
Fields -
Method Summary
-
Enum Constant Details
-
Like
Like reaction, represented as a thumbs-up hand. A positive sentiment. -
Love
Love reaction, represented as a solid heart shape. A very positive sentiment. -
Celebrate
Celebrate reaction, represented as a party hat. A positive sentiment. -
Thank
Thank reaction, represented as applauding hands. A positive sentiment. -
Laugh
Laugh reaction, represented as a grinning face. A positive sentiment. -
Sad
Sad reaction, represented as a frowning face. A sympathetic sentiment. -
Happy
Happy reaction, represented as an open mouth smile face. A very positive sentiment. -
Excited
Excited reaction, represented as a face with closed eyes and a big smile. A very positive sentiment. -
Smile
Smiling reaction, represented as a face with a small smile. A positive sentiment. -
Silly
Silly reaction, represented as an upside down smiling face. A positive sentiment. -
IntenseLaugh
Intense laughter reaction, represented as a crying laughing face. A very positive sentiment. -
StarStruck
Star struck reaction, represented as a face with stars for eyes. A very positive sentiment. -
Goofy
Goofy reaction, represented as a face with tongue sticking out of mouth. A positive sentiment. -
Thinking
Thinking reaction, represented as a face with a hand on the chin. A neutral sentiment. -
Surprised
Surprised reaction, represented as a face with its mouth open. A neutral sentiment. -
MindBlown
Mind blown reaction, represented as a face with its head covered in an exploding cloud. A positive sentiment. -
Scared
Scared reaction, represented as a face with fearful look. A negative sentiment. -
Crying
Crying reaction, represented as a face with tears streaming down. A negative sentiment. -
Shocked
Shocked reaction, represented as a face with two hands against cheeks and mouth open. A negative sentiment. -
Angry
Angry reaction, represented as a face with furrowed eyebrows and sad mouth. A very negative sentiment. -
Agree
Agree reaction, represented as a hand pointing upward. A positive sentiment. -
Praise
Praise reaction, represented as two hands facing outward. A positive sentiment. -
TakingNotes
Taking notes reaction, represented as a hand holding a pen. A neutral sentiment. -
HeartBroken
Heart broken reaction, represented as a broken heart. A negative sentiment. -
Support
Support reaction, represented as red numbers showing 100. A positive sentiment. -
Confirmed
Confirmed reaction, represented as a green check mark. A neutral sentiment. -
Watching
Watching reaction, represented as two eyeballs. A neutral sentiment. -
Brain
Brain reaction, represented as a brain. A neutral sentiment. -
Medal
Medal reaction, represented as a medal hanging from a sash. A positive sentiment. -
Bullseye
Bullseye reaction, represented as a target with an arrow in the middle. A positive sentiment. -
UnknownFutureValue
A marker value for members added after the release of this API.
-
-
Field Details
-
value
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
- Specified by:
getValuein interfacecom.microsoft.kiota.serialization.ValuedEnum
-
forValue
@Nullable public static EngagementConversationMessageReactionType forValue(@Nonnull String searchValue)
-