Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Method and Description |
---|---|
static SelectionCriteria.MatchCondition |
SelectionCriteria.MatchCondition.create(String key) |
SelectionCriteria.MatchCondition |
SelectionCriteria.getMatchCondition()
Match condition for the rule selection.
|
static SelectionCriteria.MatchCondition |
SelectionCriteria.MatchCondition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectionCriteria.MatchCondition[] |
SelectionCriteria.MatchCondition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SelectionCriteria.Builder |
SelectionCriteria.Builder.matchCondition(SelectionCriteria.MatchCondition matchCondition)
Match condition for the rule selection.
|
Constructor and Description |
---|
SelectionCriteria(SelectionCriteria.MatchCondition matchCondition,
List<Rule> rules)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.