Uses of Class
com.oracle.bmc.fleetappsmanagement.model.SelectionCriteria.MatchCondition
-
Packages that use SelectionCriteria.MatchCondition Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of SelectionCriteria.MatchCondition in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return SelectionCriteria.MatchCondition Modifier and Type Method 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.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type SelectionCriteria.MatchCondition Modifier and Type Method Description SelectionCriteria.Builder
SelectionCriteria.Builder. matchCondition(SelectionCriteria.MatchCondition matchCondition)
Match condition for the rule selection.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type SelectionCriteria.MatchCondition Constructor Description SelectionCriteria(SelectionCriteria.MatchCondition matchCondition, List<Rule> rules)
Deprecated.
-