Enum Class MeetingRequestType

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

public enum MeetingRequestType extends Enum<MeetingRequestType>
The Enum Meeting Request Type.
  • Enum Constant Details

    • NONE

      public static final MeetingRequestType NONE
      none
    • NEW_MEETING_REQUEST

      public static final MeetingRequestType NEW_MEETING_REQUEST
      new Meeting Request
    • FULL_UPDATE

      public static final MeetingRequestType FULL_UPDATE
      full Update
    • INFORMATIONAL_UPDATE

      public static final MeetingRequestType INFORMATIONAL_UPDATE
      informational Update
    • SILENT_UPDATE

      public static final MeetingRequestType SILENT_UPDATE
      silent Update
    • OUTDATED

      public static final MeetingRequestType OUTDATED
      outdated
    • PRINCIPAL_WANTS_COPY

      public static final MeetingRequestType PRINCIPAL_WANTS_COPY
      principal Wants Copy
    • UNEXPECTED_VALUE

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

    • values

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