Uses of Class
odata.msgraph.client.beta.enums.WindowsAutopilotDeploymentState
-
Packages that use WindowsAutopilotDeploymentState Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsAutopilotDeploymentState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsAutopilotDeploymentState Modifier and Type Field Description protected WindowsAutopilotDeploymentStateDeviceManagementAutopilotEvent. accountSetupStatusprotected WindowsAutopilotDeploymentStateDeviceManagementAutopilotEvent. deploymentStateprotected WindowsAutopilotDeploymentStateDeviceManagementAutopilotEvent. deviceSetupStatusMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsAutopilotDeploymentState Modifier and Type Method Description Optional<WindowsAutopilotDeploymentState>DeviceManagementAutopilotEvent. getAccountSetupStatus()“Deployment status for the enrollment status page account setup phase.”Optional<WindowsAutopilotDeploymentState>DeviceManagementAutopilotEvent. getDeploymentState()“Deployment state like Success, Failure, InProgress, SuccessWithTimeout.”Optional<WindowsAutopilotDeploymentState>DeviceManagementAutopilotEvent. getDeviceSetupStatus()“Deployment status for the enrollment status page device setup phase.”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsAutopilotDeploymentState Modifier and Type Method Description DeviceManagementAutopilotEvent.BuilderDeviceManagementAutopilotEvent.Builder. accountSetupStatus(WindowsAutopilotDeploymentState accountSetupStatus)“Deployment status for the enrollment status page account setup phase.”DeviceManagementAutopilotEvent.BuilderDeviceManagementAutopilotEvent.Builder. deploymentState(WindowsAutopilotDeploymentState deploymentState)“Deployment state like Success, Failure, InProgress, SuccessWithTimeout.”DeviceManagementAutopilotEvent.BuilderDeviceManagementAutopilotEvent.Builder. deviceSetupStatus(WindowsAutopilotDeploymentState deviceSetupStatus)“Deployment status for the enrollment status page device setup phase.”DeviceManagementAutopilotEventDeviceManagementAutopilotEvent. withAccountSetupStatus(WindowsAutopilotDeploymentState accountSetupStatus)Returns an immutable copy ofthiswith just theaccountSetupStatusfield changed.DeviceManagementAutopilotEventDeviceManagementAutopilotEvent. withDeploymentState(WindowsAutopilotDeploymentState deploymentState)Returns an immutable copy ofthiswith just thedeploymentStatefield changed.DeviceManagementAutopilotEventDeviceManagementAutopilotEvent. withDeviceSetupStatus(WindowsAutopilotDeploymentState deviceSetupStatus)Returns an immutable copy ofthiswith just thedeviceSetupStatusfield changed. -
Uses of WindowsAutopilotDeploymentState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsAutopilotDeploymentState Modifier and Type Method Description static WindowsAutopilotDeploymentStateWindowsAutopilotDeploymentState. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsAutopilotDeploymentState[]WindowsAutopilotDeploymentState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-