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