Uses of Class
odata.msgraph.client.enums.WindowsMalwareState
-
Packages that use WindowsMalwareState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of WindowsMalwareState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WindowsMalwareState Modifier and Type Field Description protected WindowsMalwareStateWindowsDeviceMalwareState. stateMethods in odata.msgraph.client.entity that return types with arguments of type WindowsMalwareState Modifier and Type Method Description Optional<WindowsMalwareState>WindowsDeviceMalwareState. getState()“Current status of the malware like cleaned/quarantined/allowed etc”Methods in odata.msgraph.client.entity with parameters of type WindowsMalwareState Modifier and Type Method Description WindowsDeviceMalwareState.BuilderWindowsDeviceMalwareState.Builder. state(WindowsMalwareState state)“Current status of the malware like cleaned/quarantined/allowed etc”WindowsDeviceMalwareStateWindowsDeviceMalwareState. withState(WindowsMalwareState state)Returns an immutable copy ofthiswith just thestatefield changed. -
Uses of WindowsMalwareState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return WindowsMalwareState Modifier and Type Method Description static WindowsMalwareStateWindowsMalwareState. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsMalwareState[]WindowsMalwareState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-