Uses of Enum
com.microsoft.graph.models.DeviceEnrollmentFailureReason
Packages that use DeviceEnrollmentFailureReason
-
Uses of DeviceEnrollmentFailureReason in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DeviceEnrollmentFailureReasonModifier and TypeMethodDescriptionEnrollmentTroubleshootingEvent.getFailureCategory()Gets the failureCategory property value.Returns the enum constant of this type with the specified name.static DeviceEnrollmentFailureReason[]DeviceEnrollmentFailureReason.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type DeviceEnrollmentFailureReasonModifier and TypeMethodDescriptionvoidEnrollmentTroubleshootingEvent.setFailureCategory(DeviceEnrollmentFailureReason value) Sets the failureCategory property value.