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