public class RuleCondition extends Object
| Constructor and Description |
|---|
RuleCondition() |
| Modifier and Type | Method and Description |
|---|---|
RuleDataSource |
dataSource()
Get the dataSource property: the resource from which the rule collects its data.
|
void |
validate()
Validates the instance.
|
RuleCondition |
withDataSource(RuleDataSource dataSource)
Set the dataSource property: the resource from which the rule collects its data.
|
public RuleDataSource dataSource()
public RuleCondition withDataSource(RuleDataSource dataSource)
dataSource - the dataSource value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.