Uses of Class
odata.msgraph.client.enums.WindowsDeviceHealthState
-
Packages that use WindowsDeviceHealthState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of WindowsDeviceHealthState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WindowsDeviceHealthState Modifier and Type Field Description protected WindowsDeviceHealthStateWindowsProtectionState. deviceStateMethods in odata.msgraph.client.entity that return types with arguments of type WindowsDeviceHealthState Modifier and Type Method Description Optional<WindowsDeviceHealthState>WindowsProtectionState. getDeviceState()“Indicates device's health state.Methods in odata.msgraph.client.entity with parameters of type WindowsDeviceHealthState Modifier and Type Method Description WindowsProtectionState.BuilderWindowsProtectionState.Builder. deviceState(WindowsDeviceHealthState deviceState)“Indicates device's health state.WindowsProtectionStateWindowsProtectionState. withDeviceState(WindowsDeviceHealthState deviceState)Returns an immutable copy ofthiswith just thedeviceStatefield changed. -
Uses of WindowsDeviceHealthState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return WindowsDeviceHealthState Modifier and Type Method Description static WindowsDeviceHealthStateWindowsDeviceHealthState. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsDeviceHealthState[]WindowsDeviceHealthState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-