Enum Class CalendarRoleType

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

public enum CalendarRoleType extends Enum<CalendarRoleType>
The Enum Calendar Role Type.
  • Enum Constant Details

    • NONE

      public static final CalendarRoleType NONE
      none
    • FREE_BUSY_READ

      public static final CalendarRoleType FREE_BUSY_READ
      free Busy Read
    • LIMITED_READ

      public static final CalendarRoleType LIMITED_READ
      limited Read
    • READ

      public static final CalendarRoleType READ
      read
    • WRITE

      public static final CalendarRoleType WRITE
      write
    • DELEGATE_WITHOUT_PRIVATE_EVENT_ACCESS

      public static final CalendarRoleType DELEGATE_WITHOUT_PRIVATE_EVENT_ACCESS
      delegate Without Private Event Access
    • DELEGATE_WITH_PRIVATE_EVENT_ACCESS

      public static final CalendarRoleType DELEGATE_WITH_PRIVATE_EVENT_ACCESS
      delegate With Private Event Access
    • CUSTOM

      public static final CalendarRoleType CUSTOM
      custom
    • UNEXPECTED_VALUE

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

    • values

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