Uses of Class
odata.msgraph.client.beta.enums.WindowsMalwareThreatState
-
Packages that use WindowsMalwareThreatState Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsMalwareThreatState in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as WindowsMalwareThreatState Modifier and Type Field Description protected WindowsMalwareThreatStateWindowsMalwareStateCount. stateMethods in odata.msgraph.client.beta.complex that return types with arguments of type WindowsMalwareThreatState Modifier and Type Method Description Optional<WindowsMalwareThreatState>WindowsMalwareStateCount. getState()“Malware Threat State”Methods in odata.msgraph.client.beta.complex with parameters of type WindowsMalwareThreatState Modifier and Type Method Description WindowsMalwareStateCount.BuilderWindowsMalwareStateCount.Builder. state(WindowsMalwareThreatState state)“Malware Threat State”WindowsMalwareStateCountWindowsMalwareStateCount. withState(WindowsMalwareThreatState state)Returns an immutable copy ofthiswith just thestatefield changed. -
Uses of WindowsMalwareThreatState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsMalwareThreatState Modifier and Type Field Description protected WindowsMalwareThreatStateMalwareStateForWindowsDevice. threatStateprotected WindowsMalwareThreatStateWindowsDeviceMalwareState. threatStateMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsMalwareThreatState Modifier and Type Method Description Optional<WindowsMalwareThreatState>MalwareStateForWindowsDevice. getThreatState()“Threat status of the malware like cleaned/quarantined/allowed etc”Optional<WindowsMalwareThreatState>WindowsDeviceMalwareState. getThreatState()“Current status of the malware like cleaned/quarantined/allowed etc”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsMalwareThreatState Modifier and Type Method Description MalwareStateForWindowsDevice.BuilderMalwareStateForWindowsDevice.Builder. threatState(WindowsMalwareThreatState threatState)“Threat status of the malware like cleaned/quarantined/allowed etc”WindowsDeviceMalwareState.BuilderWindowsDeviceMalwareState.Builder. threatState(WindowsMalwareThreatState threatState)“Current status of the malware like cleaned/quarantined/allowed etc”MalwareStateForWindowsDeviceMalwareStateForWindowsDevice. withThreatState(WindowsMalwareThreatState threatState)Returns an immutable copy ofthiswith just thethreatStatefield changed.WindowsDeviceMalwareStateWindowsDeviceMalwareState. withThreatState(WindowsMalwareThreatState threatState)Returns an immutable copy ofthiswith just thethreatStatefield changed. -
Uses of WindowsMalwareThreatState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsMalwareThreatState Modifier and Type Method Description static WindowsMalwareThreatStateWindowsMalwareThreatState. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsMalwareThreatState[]WindowsMalwareThreatState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-