Enum Class Sensitivity

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

public enum Sensitivity extends Enum<Sensitivity>
The Enum Sensitivity.
  • Enum Constant Details

    • NORMAL

      public static final Sensitivity NORMAL
      normal
    • PERSONAL

      public static final Sensitivity PERSONAL
      personal
    • PRIVATE

      public static final Sensitivity PRIVATE
      private
    • CONFIDENTIAL

      public static final Sensitivity CONFIDENTIAL
      confidential
    • UNEXPECTED_VALUE

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

    • values

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