Uses of Class
odata.msgraph.client.enums.ImportedWindowsAutopilotDeviceIdentityUploadStatus
-
Packages that use ImportedWindowsAutopilotDeviceIdentityUploadStatus Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of ImportedWindowsAutopilotDeviceIdentityUploadStatus in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ImportedWindowsAutopilotDeviceIdentityUploadStatus Modifier and Type Field Description protected ImportedWindowsAutopilotDeviceIdentityUploadStatusImportedWindowsAutopilotDeviceIdentityUpload. statusMethods in odata.msgraph.client.entity that return types with arguments of type ImportedWindowsAutopilotDeviceIdentityUploadStatus Modifier and Type Method Description Optional<ImportedWindowsAutopilotDeviceIdentityUploadStatus>ImportedWindowsAutopilotDeviceIdentityUpload. getStatus()“Upload status.”Methods in odata.msgraph.client.entity with parameters of type ImportedWindowsAutopilotDeviceIdentityUploadStatus Modifier and Type Method Description ImportedWindowsAutopilotDeviceIdentityUpload.BuilderImportedWindowsAutopilotDeviceIdentityUpload.Builder. status(ImportedWindowsAutopilotDeviceIdentityUploadStatus status)“Upload status.”ImportedWindowsAutopilotDeviceIdentityUploadImportedWindowsAutopilotDeviceIdentityUpload. withStatus(ImportedWindowsAutopilotDeviceIdentityUploadStatus status)Returns an immutable copy ofthiswith just thestatusfield changed. -
Uses of ImportedWindowsAutopilotDeviceIdentityUploadStatus in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ImportedWindowsAutopilotDeviceIdentityUploadStatus Modifier and Type Method Description static ImportedWindowsAutopilotDeviceIdentityUploadStatusImportedWindowsAutopilotDeviceIdentityUploadStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportedWindowsAutopilotDeviceIdentityUploadStatus[]ImportedWindowsAutopilotDeviceIdentityUploadStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-