Uses of Class
odata.msgraph.client.enums.EnrollmentState
-
Packages that use EnrollmentState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of EnrollmentState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as EnrollmentState Modifier and Type Field Description protected EnrollmentStateWindowsAutopilotDeviceIdentity. enrollmentStateMethods in odata.msgraph.client.entity that return types with arguments of type EnrollmentState Modifier and Type Method Description Optional<EnrollmentState>WindowsAutopilotDeviceIdentity. getEnrollmentState()“Intune enrollment state of the Windows autopilot device.”Methods in odata.msgraph.client.entity with parameters of type EnrollmentState Modifier and Type Method Description WindowsAutopilotDeviceIdentity.BuilderWindowsAutopilotDeviceIdentity.Builder. enrollmentState(EnrollmentState enrollmentState)“Intune enrollment state of the Windows autopilot device.”WindowsAutopilotDeviceIdentityWindowsAutopilotDeviceIdentity. withEnrollmentState(EnrollmentState enrollmentState)Returns an immutable copy ofthiswith just theenrollmentStatefield changed. -
Uses of EnrollmentState in odata.msgraph.client.enums
Methods in odata.msgraph.client.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.
-