public final class ActivityLogAlertLeafCondition extends Object
| Constructor and Description |
|---|
ActivityLogAlertLeafCondition() |
| Modifier and Type | Method and Description |
|---|---|
String |
equals()
Get the equals property: The field value will be compared to this value (case-insensitive) to determine if the
condition is met.
|
String |
field()
Get the field property: The name of the field that this condition will examine.
|
void |
validate()
Validates the instance.
|
ActivityLogAlertLeafCondition |
withEquals(String equals)
Set the equals property: The field value will be compared to this value (case-insensitive) to determine if the
condition is met.
|
ActivityLogAlertLeafCondition |
withField(String field)
Set the field property: The name of the field that this condition will examine.
|
public String field()
public ActivityLogAlertLeafCondition withField(String field)
field - the field value to set.public String equals()
public ActivityLogAlertLeafCondition withEquals(String equals)
equals - the equals value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.