Uses of Class
com.microsoft.graph.models.ImportedWindowsAutopilotDeviceIdentity
Packages that use ImportedWindowsAutopilotDeviceIdentity
-
Uses of ImportedWindowsAutopilotDeviceIdentity in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ImportedWindowsAutopilotDeviceIdentityModifier and TypeMethodDescriptionImportedWindowsAutopilotDeviceIdentity.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 ImportedWindowsAutopilotDeviceIdentityModifier and TypeMethodDescriptionImportedWindowsAutopilotDeviceIdentityUpload.getDeviceIdentities()Gets the deviceIdentities property value.DeviceManagement.getImportedWindowsAutopilotDeviceIdentities()Gets the importedWindowsAutopilotDeviceIdentities property value.ImportedWindowsAutopilotDeviceIdentityCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ImportedWindowsAutopilotDeviceIdentityModifier and TypeMethodDescriptionvoidImportedWindowsAutopilotDeviceIdentityUpload.setDeviceIdentities(List<ImportedWindowsAutopilotDeviceIdentity> value) Sets the deviceIdentities property value.voidDeviceManagement.setImportedWindowsAutopilotDeviceIdentities(List<ImportedWindowsAutopilotDeviceIdentity> value) Sets the importedWindowsAutopilotDeviceIdentities property value.voidImportedWindowsAutopilotDeviceIdentityCollectionResponse.setValue(List<ImportedWindowsAutopilotDeviceIdentity> value) Sets the value property value.