Uses of Class
odata.msgraph.client.beta.enums.RuleMode
-
Packages that use RuleMode Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of RuleMode in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as RuleMode Modifier and Type Field Description protected RuleModeMatchingDlpRule. ruleModeMethods in odata.msgraph.client.beta.complex that return types with arguments of type RuleMode Modifier and Type Method Description Optional<RuleMode>MatchingDlpRule. getRuleMode()Methods in odata.msgraph.client.beta.complex with parameters of type RuleMode Modifier and Type Method Description MatchingDlpRule.BuilderMatchingDlpRule.Builder. ruleMode(RuleMode ruleMode)MatchingDlpRuleMatchingDlpRule. withRuleMode(RuleMode ruleMode) -
Uses of RuleMode in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RuleMode Modifier and Type Method Description static RuleModeRuleMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleMode[]RuleMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-