Uses of Class
odata.msgraph.client.enums.ImportedWindowsAutopilotDeviceIdentityImportStatus
-
Packages that use ImportedWindowsAutopilotDeviceIdentityImportStatus Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of ImportedWindowsAutopilotDeviceIdentityImportStatus in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as ImportedWindowsAutopilotDeviceIdentityImportStatus Modifier and Type Field Description protected ImportedWindowsAutopilotDeviceIdentityImportStatusImportedWindowsAutopilotDeviceIdentityState. deviceImportStatusMethods in odata.msgraph.client.complex that return types with arguments of type ImportedWindowsAutopilotDeviceIdentityImportStatus Modifier and Type Method Description Optional<ImportedWindowsAutopilotDeviceIdentityImportStatus>ImportedWindowsAutopilotDeviceIdentityState. getDeviceImportStatus()“Device status reported by Device Directory Service(DDS).”Methods in odata.msgraph.client.complex with parameters of type ImportedWindowsAutopilotDeviceIdentityImportStatus Modifier and Type Method Description ImportedWindowsAutopilotDeviceIdentityState.BuilderImportedWindowsAutopilotDeviceIdentityState.Builder. deviceImportStatus(ImportedWindowsAutopilotDeviceIdentityImportStatus deviceImportStatus)“Device status reported by Device Directory Service(DDS).”ImportedWindowsAutopilotDeviceIdentityStateImportedWindowsAutopilotDeviceIdentityState. withDeviceImportStatus(ImportedWindowsAutopilotDeviceIdentityImportStatus deviceImportStatus)Returns an immutable copy ofthiswith just thedeviceImportStatusfield changed. -
Uses of ImportedWindowsAutopilotDeviceIdentityImportStatus in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ImportedWindowsAutopilotDeviceIdentityImportStatus Modifier and Type Method Description static ImportedWindowsAutopilotDeviceIdentityImportStatusImportedWindowsAutopilotDeviceIdentityImportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportedWindowsAutopilotDeviceIdentityImportStatus[]ImportedWindowsAutopilotDeviceIdentityImportStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-