Enum Class QuarantineReason

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

public enum QuarantineReason extends Enum<QuarantineReason>
The Enum Quarantine Reason.
  • Enum Constant Details

    • ENCOUNTERED_BASE_ESCROW_THRESHOLD

      public static final QuarantineReason ENCOUNTERED_BASE_ESCROW_THRESHOLD
      Encountered Base Escrow Threshold
    • ENCOUNTERED_TOTAL_ESCROW_THRESHOLD

      public static final QuarantineReason ENCOUNTERED_TOTAL_ESCROW_THRESHOLD
      Encountered Total Escrow Threshold
    • ENCOUNTERED_ESCROW_PROPORTION_THRESHOLD

      public static final QuarantineReason ENCOUNTERED_ESCROW_PROPORTION_THRESHOLD
      Encountered Escrow Proportion Threshold
    • ENCOUNTERED_QUARANTINE_EXCEPTION

      public static final QuarantineReason ENCOUNTERED_QUARANTINE_EXCEPTION
      Encountered Quarantine Exception
    • UNKNOWN

      public static final QuarantineReason UNKNOWN
      Unknown
    • QUARANTINED_ON_DEMAND

      public static final QuarantineReason QUARANTINED_ON_DEMAND
      Quarantined On Demand
    • TOO_MANY_DELETES

      public static final QuarantineReason TOO_MANY_DELETES
      Too Many Deletes
    • INGESTION_INTERRUPTED

      public static final QuarantineReason INGESTION_INTERRUPTED
      Ingestion Interrupted
    • UNEXPECTED_VALUE

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

    • values

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