public final class CustomRuleList extends Object
| Constructor and Description |
|---|
CustomRuleList() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomRule> |
rules()
Get the rules property: List of rules.
|
void |
validate()
Validates the instance.
|
CustomRuleList |
withRules(List<CustomRule> rules)
Set the rules property: List of rules.
|
public List<CustomRule> rules()
public CustomRuleList withRules(List<CustomRule> rules)
rules - the rules value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.