Uses of Class
odata.msgraph.client.beta.enums.WindowsMalwareSeverity
-
Packages that use WindowsMalwareSeverity Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsMalwareSeverity in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as WindowsMalwareSeverity Modifier and Type Field Description protected WindowsMalwareSeverityWindowsMalwareSeverityCount. severityMethods in odata.msgraph.client.beta.complex that return types with arguments of type WindowsMalwareSeverity Modifier and Type Method Description Optional<WindowsMalwareSeverity>WindowsMalwareSeverityCount. getSeverity()“Malware Threat Severity”Methods in odata.msgraph.client.beta.complex with parameters of type WindowsMalwareSeverity Modifier and Type Method Description WindowsMalwareSeverityCount.BuilderWindowsMalwareSeverityCount.Builder. severity(WindowsMalwareSeverity severity)“Malware Threat Severity”WindowsMalwareSeverityCountWindowsMalwareSeverityCount. withSeverity(WindowsMalwareSeverity severity)Returns an immutable copy ofthiswith just theseverityfield changed. -
Uses of WindowsMalwareSeverity in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsMalwareSeverity Modifier and Type Field Description protected WindowsMalwareSeverityWindowsDeviceMalwareState. severityprotected WindowsMalwareSeverityWindowsMalwareInformation. severityMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsMalwareSeverity Modifier and Type Method Description Optional<WindowsMalwareSeverity>WindowsDeviceMalwareState. getSeverity()“Severity of the malware”Optional<WindowsMalwareSeverity>WindowsMalwareInformation. getSeverity()“Severity of the malware”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsMalwareSeverity Modifier and Type Method Description WindowsDeviceMalwareState.BuilderWindowsDeviceMalwareState.Builder. severity(WindowsMalwareSeverity severity)“Severity of the malware”WindowsMalwareInformation.BuilderWindowsMalwareInformation.Builder. severity(WindowsMalwareSeverity severity)“Severity of the malware”WindowsDeviceMalwareStateWindowsDeviceMalwareState. withSeverity(WindowsMalwareSeverity severity)Returns an immutable copy ofthiswith just theseverityfield changed.WindowsMalwareInformationWindowsMalwareInformation. withSeverity(WindowsMalwareSeverity severity)Returns an immutable copy ofthiswith just theseverityfield changed. -
Uses of WindowsMalwareSeverity in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsMalwareSeverity Modifier and Type Method Description static WindowsMalwareSeverityWindowsMalwareSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsMalwareSeverity[]WindowsMalwareSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.
-