Uses of Enum
com.microsoft.graph.models.EnrollmentState
Packages that use EnrollmentState
-
Uses of EnrollmentState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EnrollmentStateModifier and TypeMethodDescriptionstatic EnrollmentStateWindowsAutopilotDeviceIdentity.getEnrollmentState()Gets the enrollmentState property value.static EnrollmentStateReturns the enum constant of this type with the specified name.static EnrollmentState[]EnrollmentState.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 EnrollmentStateModifier and TypeMethodDescriptionvoidWindowsAutopilotDeviceIdentity.setEnrollmentState(EnrollmentState value) Sets the enrollmentState property value.