Uses of Class
com.oracle.bmc.dataintegration.model.Union.UnionType
-
Packages that use Union.UnionType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of Union.UnionType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return Union.UnionType Modifier and Type Method Description static Union.UnionType
Union.UnionType. create(String key)
Union.UnionType
Union. getUnionType()
unionTypestatic Union.UnionType
Union.UnionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Union.UnionType[]
Union.UnionType. 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 Union.UnionType Modifier and Type Method Description Union.Builder
Union.Builder. unionType(Union.UnionType unionType)
unionTypeConstructors in com.oracle.bmc.dataintegration.model with parameters of type Union.UnionType Constructor Description Union(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, Union.UnionType unionType, Boolean isAll)
Deprecated.
-