Uses of Class
com.oracle.bmc.dataintegration.model.Joiner.JoinType
-
Packages that use Joiner.JoinType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of Joiner.JoinType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return Joiner.JoinType Modifier and Type Method Description static Joiner.JoinType
Joiner.JoinType. create(String key)
Joiner.JoinType
Joiner. getJoinType()
joinTypestatic Joiner.JoinType
Joiner.JoinType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Joiner.JoinType[]
Joiner.JoinType. 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 Joiner.JoinType Modifier and Type Method Description Joiner.Builder
Joiner.Builder. joinType(Joiner.JoinType joinType)
joinTypeConstructors in com.oracle.bmc.dataintegration.model with parameters of type Joiner.JoinType Constructor Description Joiner(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, Joiner.JoinType joinType, Expression joinCondition)
Deprecated.
-