Uses of Class
odata.msgraph.client.beta.complex.DeviceHealth
-
Packages that use DeviceHealth Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of DeviceHealth in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return DeviceHealth Modifier and Type Method Description DeviceHealthDeviceHealth.Builder. build()DeviceHealthDeviceHealth. withLastConnectionTime(OffsetDateTime lastConnectionTime)DeviceHealthDeviceHealth. withUnmappedField(String name, String value) -
Uses of DeviceHealth in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeviceHealth Modifier and Type Field Description protected DeviceHealthPrintConnector. deviceHealthMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceHealth Modifier and Type Method Description Optional<DeviceHealth>PrintConnector. getDeviceHealth()Methods in odata.msgraph.client.beta.entity with parameters of type DeviceHealth Modifier and Type Method Description PrintConnector.BuilderPrintConnector.Builder. deviceHealth(DeviceHealth deviceHealth)PrintConnectorPrintConnector. withDeviceHealth(DeviceHealth deviceHealth)
-