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