Enum Class ChatMessageActions

java.lang.Object
java.lang.Enum<ChatMessageActions>
com.microsoft.graph.models.ChatMessageActions
All Implemented Interfaces:
Serializable, Comparable<ChatMessageActions>, Constable

public enum ChatMessageActions extends Enum<ChatMessageActions>
The Enum Chat Message Actions.
  • Enum Constant Details

    • REACTION_ADDED

      public static final ChatMessageActions REACTION_ADDED
      reaction Added
    • REACTION_REMOVED

      public static final ChatMessageActions REACTION_REMOVED
      reaction Removed
    • ACTION_UNDEFINED

      public static final ChatMessageActions ACTION_UNDEFINED
      action Undefined
    • UNKNOWN_FUTURE_VALUE

      public static final ChatMessageActions UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

      public static final ChatMessageActions UNEXPECTED_VALUE
      For ChatMessageActions values that were not expected from the service
  • Method Details

    • values

      public static ChatMessageActions[] 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

      public static ChatMessageActions valueOf(String name)
      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 name
      NullPointerException - if the argument is null