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 Constants
    Enum Constant
    Description
    Agree 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
    Modifier and Type
    Field
    Description
    final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    forValue(String searchValue)
     
     
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait