Enum Class EntityType

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

public enum EntityType extends Enum<EntityType>
The Enum Entity Type.
  • Enum Constant Details

    • EVENT

      public static final EntityType EVENT
      event
    • MESSAGE

      public static final EntityType MESSAGE
      message
    • DRIVE_ITEM

      public static final EntityType DRIVE_ITEM
      drive Item
    • EXTERNAL_ITEM

      public static final EntityType EXTERNAL_ITEM
      external Item
    • SITE

      public static final EntityType SITE
      site
    • LIST

      public static final EntityType LIST
      list
    • LIST_ITEM

      public static final EntityType LIST_ITEM
      list Item
    • DRIVE

      public static final EntityType DRIVE
      drive
    • UNKNOWN_FUTURE_VALUE

      public static final EntityType UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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