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