Uses of Class
com.oracle.bmc.dataintegration.model.Lookup.MultiMatchStrategy
-
Packages that use Lookup.MultiMatchStrategy Package Description com.oracle.bmc.dataintegration.model -
-
Uses of Lookup.MultiMatchStrategy in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return Lookup.MultiMatchStrategy Modifier and Type Method Description static Lookup.MultiMatchStrategy
Lookup.MultiMatchStrategy. create(String key)
Lookup.MultiMatchStrategy
Lookup. getMultiMatchStrategy()
if there are multiple records found in the lookup input what action should be performed.static Lookup.MultiMatchStrategy
Lookup.MultiMatchStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static Lookup.MultiMatchStrategy[]
Lookup.MultiMatchStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type Lookup.MultiMatchStrategy Modifier and Type Method Description Lookup.Builder
Lookup.Builder. multiMatchStrategy(Lookup.MultiMatchStrategy multiMatchStrategy)
if there are multiple records found in the lookup input what action should be performed.Constructors in com.oracle.bmc.dataintegration.model with parameters of type Lookup.MultiMatchStrategy Constructor Description Lookup(String key, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, List<InputPort> inputPorts, List<TypedObject> outputPorts, Integer objectStatus, String identifier, List<Parameter> parameters, ConfigValues opConfigValues, Expression lookupCondition, Boolean isSkipNoMatch, Lookup.MultiMatchStrategy multiMatchStrategy, Map<String,Object> nullFillValues)
Deprecated.
-