Uses of Class
com.microsoft.graph.models.WindowsAutopilotDeviceIdentity
Packages that use WindowsAutopilotDeviceIdentity
-
Uses of WindowsAutopilotDeviceIdentity in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsAutopilotDeviceIdentityModifier and TypeMethodDescriptionWindowsAutopilotDeviceIdentity.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type WindowsAutopilotDeviceIdentityModifier and TypeMethodDescriptionWindowsAutopilotDeploymentProfile.getAssignedDevices()Gets the assignedDevices property value.WindowsAutopilotDeviceIdentityCollectionResponse.getValue()Gets the value property value.DeviceManagement.getWindowsAutopilotDeviceIdentities()Gets the windowsAutopilotDeviceIdentities property value.Method parameters in com.microsoft.graph.models with type arguments of type WindowsAutopilotDeviceIdentityModifier and TypeMethodDescriptionvoidWindowsAutopilotDeploymentProfile.setAssignedDevices(List<WindowsAutopilotDeviceIdentity> value) Sets the assignedDevices property value.voidWindowsAutopilotDeviceIdentityCollectionResponse.setValue(List<WindowsAutopilotDeviceIdentity> value) Sets the value property value.voidDeviceManagement.setWindowsAutopilotDeviceIdentities(List<WindowsAutopilotDeviceIdentity> value) Sets the windowsAutopilotDeviceIdentities property value.