Uses of Class
odata.msgraph.client.complex.ImportedWindowsAutopilotDeviceIdentityState
-
Packages that use ImportedWindowsAutopilotDeviceIdentityState Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ImportedWindowsAutopilotDeviceIdentityState in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ImportedWindowsAutopilotDeviceIdentityState Modifier and Type Method Description ImportedWindowsAutopilotDeviceIdentityStateImportedWindowsAutopilotDeviceIdentityState.Builder. build()ImportedWindowsAutopilotDeviceIdentityStateImportedWindowsAutopilotDeviceIdentityState. withDeviceErrorCode(Integer deviceErrorCode)Returns an immutable copy ofthiswith just thedeviceErrorCodefield changed.ImportedWindowsAutopilotDeviceIdentityStateImportedWindowsAutopilotDeviceIdentityState. withDeviceErrorName(String deviceErrorName)Returns an immutable copy ofthiswith just thedeviceErrorNamefield changed.ImportedWindowsAutopilotDeviceIdentityStateImportedWindowsAutopilotDeviceIdentityState. withDeviceImportStatus(ImportedWindowsAutopilotDeviceIdentityImportStatus deviceImportStatus)Returns an immutable copy ofthiswith just thedeviceImportStatusfield changed.ImportedWindowsAutopilotDeviceIdentityStateImportedWindowsAutopilotDeviceIdentityState. withDeviceRegistrationId(String deviceRegistrationId)Returns an immutable copy ofthiswith just thedeviceRegistrationIdfield changed.ImportedWindowsAutopilotDeviceIdentityStateImportedWindowsAutopilotDeviceIdentityState. withUnmappedField(String name, String value) -
Uses of ImportedWindowsAutopilotDeviceIdentityState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ImportedWindowsAutopilotDeviceIdentityState Modifier and Type Field Description protected ImportedWindowsAutopilotDeviceIdentityStateImportedWindowsAutopilotDeviceIdentity. stateMethods in odata.msgraph.client.entity that return types with arguments of type ImportedWindowsAutopilotDeviceIdentityState Modifier and Type Method Description Optional<ImportedWindowsAutopilotDeviceIdentityState>ImportedWindowsAutopilotDeviceIdentity. getState()“Current state of the imported device.”Methods in odata.msgraph.client.entity with parameters of type ImportedWindowsAutopilotDeviceIdentityState Modifier and Type Method Description ImportedWindowsAutopilotDeviceIdentity.BuilderImportedWindowsAutopilotDeviceIdentity.Builder. state(ImportedWindowsAutopilotDeviceIdentityState state)“Current state of the imported device.”ImportedWindowsAutopilotDeviceIdentityImportedWindowsAutopilotDeviceIdentity. withState(ImportedWindowsAutopilotDeviceIdentityState state)Returns an immutable copy ofthiswith just thestatefield changed.
-