Uses of Class
odata.msgraph.client.beta.enums.EnrollmentState
-
Packages that use EnrollmentState Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of EnrollmentState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EnrollmentState Modifier and Type Field Description protected EnrollmentStateDeviceManagementAutopilotEvent. enrollmentStateprotected EnrollmentStateImportedAppleDeviceIdentity. enrollmentStateprotected EnrollmentStateImportedDeviceIdentity. enrollmentStateprotected EnrollmentStateWindowsAutopilotDeviceIdentity. enrollmentStateMethods in odata.msgraph.client.beta.entity that return types with arguments of type EnrollmentState Modifier and Type Method Description Optional<EnrollmentState>DeviceManagementAutopilotEvent. getEnrollmentState()“Enrollment state like Enrolled, Failed.”Optional<EnrollmentState>ImportedAppleDeviceIdentity. getEnrollmentState()“The state of the device in Intune”Optional<EnrollmentState>ImportedDeviceIdentity. getEnrollmentState()“The state of the device in Intune”Optional<EnrollmentState>WindowsAutopilotDeviceIdentity. getEnrollmentState()“Intune enrollment state of the Windows autopilot device.”Methods in odata.msgraph.client.beta.entity with parameters of type EnrollmentState Modifier and Type Method Description DeviceManagementAutopilotEvent.BuilderDeviceManagementAutopilotEvent.Builder. enrollmentState(EnrollmentState enrollmentState)“Enrollment state like Enrolled, Failed.”ImportedAppleDeviceIdentity.BuilderImportedAppleDeviceIdentity.Builder. enrollmentState(EnrollmentState enrollmentState)“The state of the device in Intune”ImportedAppleDeviceIdentityResult.BuilderImportedAppleDeviceIdentityResult.Builder. enrollmentState(EnrollmentState enrollmentState)ImportedDeviceIdentity.BuilderImportedDeviceIdentity.Builder. enrollmentState(EnrollmentState enrollmentState)“The state of the device in Intune”ImportedDeviceIdentityResult.BuilderImportedDeviceIdentityResult.Builder. enrollmentState(EnrollmentState enrollmentState)WindowsAutopilotDeviceIdentity.BuilderWindowsAutopilotDeviceIdentity.Builder. enrollmentState(EnrollmentState enrollmentState)“Intune enrollment state of the Windows autopilot device.”DeviceManagementAutopilotEventDeviceManagementAutopilotEvent. withEnrollmentState(EnrollmentState enrollmentState)Returns an immutable copy ofthiswith just theenrollmentStatefield changed.ImportedAppleDeviceIdentityImportedAppleDeviceIdentity. withEnrollmentState(EnrollmentState enrollmentState)Returns an immutable copy ofthiswith just theenrollmentStatefield changed.ImportedDeviceIdentityImportedDeviceIdentity. withEnrollmentState(EnrollmentState enrollmentState)Returns an immutable copy ofthiswith just theenrollmentStatefield changed.WindowsAutopilotDeviceIdentityWindowsAutopilotDeviceIdentity. withEnrollmentState(EnrollmentState enrollmentState)Returns an immutable copy ofthiswith just theenrollmentStatefield changed. -
Uses of EnrollmentState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return EnrollmentState Modifier and Type Method Description static EnrollmentStateEnrollmentState. valueOf(String name)Returns 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.
-