Uses of Class
com.oracle.bmc.dataintegration.model.OciFunction
-
Packages that use OciFunction Package Description com.oracle.bmc.dataintegration.model -
-
Uses of OciFunction in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return OciFunction Modifier and Type Method Description OciFunction
OciFunction.Builder. build()
OciFunction
Function. getOciFunction()
Methods in com.oracle.bmc.dataintegration.model with parameters of type OciFunction Modifier and Type Method Description OciFunction.Builder
OciFunction.Builder. copy(OciFunction model)
Function.Builder
Function.Builder. ociFunction(OciFunction ociFunction)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type OciFunction Constructor Description Function(String key, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, List<InputPort> inputPorts, List<TypedObject> outputPorts, Integer objectStatus, String identifier, List<Parameter> parameters, ConfigValues opConfigValues, OciFunction ociFunction)
Deprecated.
-