public class Action extends Object
| Constructor and Description |
|---|
Action() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
compatibilityLevel()
Get the compatibilityLevel property: This property is reserved for future use.
|
Boolean |
requiresPreprocessing()
Get the requiresPreprocessing property: Value that indicates whether the rule action requires preprocessing.
|
String |
sqlExpression()
Get the sqlExpression property: SQL expression.
|
void |
validate()
Validates the instance.
|
Action |
withCompatibilityLevel(Integer compatibilityLevel)
Set the compatibilityLevel property: This property is reserved for future use.
|
Action |
withRequiresPreprocessing(Boolean requiresPreprocessing)
Set the requiresPreprocessing property: Value that indicates whether the rule action requires preprocessing.
|
Action |
withSqlExpression(String sqlExpression)
Set the sqlExpression property: SQL expression.
|
public String sqlExpression()
public Action withSqlExpression(String sqlExpression)
sqlExpression - the sqlExpression value to set.public Integer compatibilityLevel()
public Action withCompatibilityLevel(Integer compatibilityLevel)
compatibilityLevel - the compatibilityLevel value to set.public Boolean requiresPreprocessing()
public Action withRequiresPreprocessing(Boolean requiresPreprocessing)
requiresPreprocessing - the requiresPreprocessing value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.