Package com.microsoft.graph.models
Enum Class ManagementState
- All Implemented Interfaces:
com.microsoft.kiota.serialization.ValuedEnum,Serializable,Comparable<ManagementState>,Constable
@Generated("com.microsoft.kiota")
public enum ManagementState
extends Enum<ManagementState>
implements com.microsoft.kiota.serialization.ValuedEnum
Management state of device in Microsoft Intune.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA delete command is occuring on the deviceThe device is discovered but not fully enrolled.The device is under managementA retire command for this device has been canceledRetire command failed on the deviceA retire command was issued for the deviceA retire command is occuring on the device and in the process of unenrolling from managementThe device is unhealthy.Evolvable enumeration sentinel value.A wipe command for this device has been canceledWipe command failed on the deviceA wipe command was issued for the deviceA wipe command is occuring on the device and in the process of unenrolling from management -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ManagementStategetValue()static ManagementStateReturns the enum constant of this class with the specified name.static ManagementState[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Managed
The device is under management -
RetirePending
A retire command is occuring on the device and in the process of unenrolling from management -
RetireFailed
Retire command failed on the device -
WipePending
A wipe command is occuring on the device and in the process of unenrolling from management -
WipeFailed
Wipe command failed on the device -
Unhealthy
The device is unhealthy. -
DeletePending
A delete command is occuring on the device -
RetireIssued
A retire command was issued for the device -
WipeIssued
A wipe command was issued for the device -
WipeCanceled
A wipe command for this device has been canceled -
RetireCanceled
A retire command for this device has been canceled -
Discovered
The device is discovered but not fully enrolled. -
UnknownFutureValue
Evolvable enumeration sentinel value. Do not use.
-
-
Field Details
-
value
-
-
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
-
getValue
- Specified by:
getValuein interfacecom.microsoft.kiota.serialization.ValuedEnum
-
forValue
-