Enum Class MeetingMessageType

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

public enum MeetingMessageType extends Enum<MeetingMessageType>
The Enum Meeting Message Type.
  • Enum Constant Details

    • NONE

      public static final MeetingMessageType NONE
      none
    • MEETING_REQUEST

      public static final MeetingMessageType MEETING_REQUEST
      meeting Request
    • MEETING_CANCELLED

      public static final MeetingMessageType MEETING_CANCELLED
      meeting Cancelled
    • MEETING_ACCEPTED

      public static final MeetingMessageType MEETING_ACCEPTED
      meeting Accepted
    • MEETING_TENATIVELY_ACCEPTED

      public static final MeetingMessageType MEETING_TENATIVELY_ACCEPTED
      meeting Tenatively Accepted
    • MEETING_DECLINED

      public static final MeetingMessageType MEETING_DECLINED
      meeting Declined
    • UNEXPECTED_VALUE

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

    • values

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