Uses of Class
odata.msgraph.client.security.enums.SensorHealthStatus
-
Packages that use SensorHealthStatus Package Description odata.msgraph.client.security.entity odata.msgraph.client.security.enums -
-
Uses of SensorHealthStatus in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity declared as SensorHealthStatus Modifier and Type Field Description protected SensorHealthStatusSensor. healthStatusMethods in odata.msgraph.client.security.entity that return types with arguments of type SensorHealthStatus Modifier and Type Method Description Optional<SensorHealthStatus>Sensor. getHealthStatus()Methods in odata.msgraph.client.security.entity with parameters of type SensorHealthStatus Modifier and Type Method Description Sensor.BuilderSensor.Builder. healthStatus(SensorHealthStatus healthStatus)SensorSensor. withHealthStatus(SensorHealthStatus healthStatus) -
Uses of SensorHealthStatus in odata.msgraph.client.security.enums
Methods in odata.msgraph.client.security.enums that return SensorHealthStatus Modifier and Type Method Description static SensorHealthStatusSensorHealthStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SensorHealthStatus[]SensorHealthStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-