Uses of Class
odata.msgraph.client.security.enums.HostReputationRuleSeverity
-
Packages that use HostReputationRuleSeverity Package Description odata.msgraph.client.security.complex odata.msgraph.client.security.enums -
-
Uses of HostReputationRuleSeverity in odata.msgraph.client.security.complex
Fields in odata.msgraph.client.security.complex declared as HostReputationRuleSeverity Modifier and Type Field Description protected HostReputationRuleSeverityHostReputationRule. severityMethods in odata.msgraph.client.security.complex that return types with arguments of type HostReputationRuleSeverity Modifier and Type Method Description Optional<HostReputationRuleSeverity>HostReputationRule. getSeverity()Methods in odata.msgraph.client.security.complex with parameters of type HostReputationRuleSeverity Modifier and Type Method Description HostReputationRule.BuilderHostReputationRule.Builder. severity(HostReputationRuleSeverity severity)HostReputationRuleHostReputationRule. withSeverity(HostReputationRuleSeverity severity) -
Uses of HostReputationRuleSeverity in odata.msgraph.client.security.enums
Methods in odata.msgraph.client.security.enums that return HostReputationRuleSeverity Modifier and Type Method Description static HostReputationRuleSeverityHostReputationRuleSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static HostReputationRuleSeverity[]HostReputationRuleSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.
-