public class MatchingDlpRule extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
MatchingDlpRule.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<DlpActionInfo> |
actions |
protected String |
actionsNextLink |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Boolean |
isMostRestrictive |
protected String |
odataType |
protected String |
policyId |
protected String |
policyName |
protected Integer |
priority |
protected String |
ruleId |
protected RuleMode |
ruleMode |
protected String |
ruleName |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
MatchingDlpRule() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String ruleId
protected String ruleName
protected String policyId
protected String policyName
protected Boolean isMostRestrictive
protected Integer priority
protected List<DlpActionInfo> actions
protected String actionsNextLink
protected RuleMode ruleMode
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic MatchingDlpRule withRuleId(String ruleId)
public MatchingDlpRule withRuleName(String ruleName)
public MatchingDlpRule withPolicyId(String policyId)
public MatchingDlpRule withPolicyName(String policyName)
public MatchingDlpRule withIsMostRestrictive(Boolean isMostRestrictive)
public MatchingDlpRule withPriority(Integer priority)
public com.github.davidmoten.odata.client.CollectionPage<DlpActionInfo> getActions()
public MatchingDlpRule withRuleMode(RuleMode ruleMode)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static MatchingDlpRule.Builder builder()
Copyright © 2018–2020. All rights reserved.