Uses of Class
odata.msgraph.client.beta.complex.MatchingDlpRule
-
Packages that use MatchingDlpRule Package Description odata.msgraph.client.beta.complex -
-
Uses of MatchingDlpRule in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type MatchingDlpRule Modifier and Type Field Description protected List<MatchingDlpRule>DlpPoliciesJobResult. matchingRulesMethods in odata.msgraph.client.beta.complex that return MatchingDlpRule Modifier and Type Method Description MatchingDlpRuleMatchingDlpRule.Builder. build()MatchingDlpRuleMatchingDlpRule. withIsMostRestrictive(Boolean isMostRestrictive)MatchingDlpRuleMatchingDlpRule. withPolicyId(String policyId)MatchingDlpRuleMatchingDlpRule. withPolicyName(String policyName)MatchingDlpRuleMatchingDlpRule. withPriority(Integer priority)MatchingDlpRuleMatchingDlpRule. withRuleId(String ruleId)MatchingDlpRuleMatchingDlpRule. withRuleMode(RuleMode ruleMode)MatchingDlpRuleMatchingDlpRule. withRuleName(String ruleName)MatchingDlpRuleMatchingDlpRule. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type MatchingDlpRule Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MatchingDlpRule>DlpPoliciesJobResult. getMatchingRules()com.github.davidmoten.odata.client.CollectionPage<MatchingDlpRule>DlpPoliciesJobResult. getMatchingRules(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type MatchingDlpRule Modifier and Type Method Description DlpPoliciesJobResult.BuilderDlpPoliciesJobResult.Builder. matchingRules(MatchingDlpRule... matchingRules)Method parameters in odata.msgraph.client.beta.complex with type arguments of type MatchingDlpRule Modifier and Type Method Description DlpPoliciesJobResult.BuilderDlpPoliciesJobResult.Builder. matchingRules(List<MatchingDlpRule> matchingRules)
-