Package com.microsoft.graph.models
Enum Class QuarantineReason
- All Implemented Interfaces:
Serializable,Comparable<QuarantineReason>,Constable
The Enum Quarantine Reason.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEncountered Base Escrow ThresholdEncountered Escrow Proportion ThresholdEncountered Quarantine ExceptionEncountered Total Escrow ThresholdIngestion InterruptedQuarantined On DemandToo Many DeletesFor QuarantineReason values that were not expected from the serviceUnknown -
Method Summary
Modifier and TypeMethodDescriptionstatic QuarantineReasonReturns the enum constant of this class with the specified name.static QuarantineReason[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ENCOUNTERED_BASE_ESCROW_THRESHOLD
Encountered Base Escrow Threshold -
ENCOUNTERED_TOTAL_ESCROW_THRESHOLD
Encountered Total Escrow Threshold -
ENCOUNTERED_ESCROW_PROPORTION_THRESHOLD
Encountered Escrow Proportion Threshold -
ENCOUNTERED_QUARANTINE_EXCEPTION
Encountered Quarantine Exception -
UNKNOWN
Unknown -
QUARANTINED_ON_DEMAND
Quarantined On Demand -
TOO_MANY_DELETES
Too Many Deletes -
INGESTION_INTERRUPTED
Ingestion Interrupted -
UNEXPECTED_VALUE
For QuarantineReason values that were not expected from the service
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-