Uses of Class
com.oracle.bmc.dataintegration.model.ConditionalOutputPort.PortType
-
Packages that use ConditionalOutputPort.PortType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ConditionalOutputPort.PortType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ConditionalOutputPort.PortType Modifier and Type Method Description static ConditionalOutputPort.PortType
ConditionalOutputPort.PortType. create(String key)
ConditionalOutputPort.PortType
ConditionalOutputPort. getPortType()
The port details for the data asset.Type.static ConditionalOutputPort.PortType
ConditionalOutputPort.PortType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConditionalOutputPort.PortType[]
ConditionalOutputPort.PortType. 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 ConditionalOutputPort.PortType Modifier and Type Method Description ConditionalOutputPort.Builder
ConditionalOutputPort.Builder. portType(ConditionalOutputPort.PortType portType)
The port details for the data asset.Type.Constructors in com.oracle.bmc.dataintegration.model with parameters of type ConditionalOutputPort.PortType Constructor Description ConditionalOutputPort(String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, Integer objectStatus, String name, String description, ConditionalOutputPort.PortType portType, List<TypedObject> fields, Expression splitCondition)
Deprecated.
-