Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static OutputPort.PortType |
OutputPort.PortType.create(String key) |
OutputPort.PortType |
OutputPort.getPortType()
The port details for the data asset.Type.
|
static OutputPort.PortType |
OutputPort.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.
|
Modifier and Type | Method and Description |
---|---|
OutputPort.Builder |
OutputPort.Builder.portType(OutputPort.PortType portType)
The port details for the data asset.Type.
|
Constructor and Description |
---|
OutputPort(String key,
String modelVersion,
ParentReference parentRef,
ConfigValues configValues,
Integer objectStatus,
String name,
String description,
OutputPort.PortType portType,
List<TypedObject> fields)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.