Uses of Class
odata.msgraph.client.beta.enums.WindowsAutopilotProfileAssignmentStatus
-
Packages that use WindowsAutopilotProfileAssignmentStatus Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsAutopilotProfileAssignmentStatus in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsAutopilotProfileAssignmentStatus Modifier and Type Field Description protected WindowsAutopilotProfileAssignmentStatusWindowsAutopilotDeviceIdentity. deploymentProfileAssignmentStatusMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsAutopilotProfileAssignmentStatus Modifier and Type Method Description Optional<WindowsAutopilotProfileAssignmentStatus>WindowsAutopilotDeviceIdentity. getDeploymentProfileAssignmentStatus()“Profile assignment status of the Windows autopilot device.”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsAutopilotProfileAssignmentStatus Modifier and Type Method Description WindowsAutopilotDeviceIdentity.BuilderWindowsAutopilotDeviceIdentity.Builder. deploymentProfileAssignmentStatus(WindowsAutopilotProfileAssignmentStatus deploymentProfileAssignmentStatus)“Profile assignment status of the Windows autopilot device.”WindowsAutopilotDeviceIdentityWindowsAutopilotDeviceIdentity. withDeploymentProfileAssignmentStatus(WindowsAutopilotProfileAssignmentStatus deploymentProfileAssignmentStatus)Returns an immutable copy ofthiswith just thedeploymentProfileAssignmentStatusfield changed. -
Uses of WindowsAutopilotProfileAssignmentStatus in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsAutopilotProfileAssignmentStatus Modifier and Type Method Description static WindowsAutopilotProfileAssignmentStatusWindowsAutopilotProfileAssignmentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsAutopilotProfileAssignmentStatus[]WindowsAutopilotProfileAssignmentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-