Uses of Class
com.oracle.bmc.dataintegration.model.OciFunction.ModelType
-
Packages that use OciFunction.ModelType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of OciFunction.ModelType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return OciFunction.ModelType Modifier and Type Method Description static OciFunction.ModelType
OciFunction.ModelType. create(String key)
OciFunction.ModelType
OciFunction. getModelType()
The type of the OCI Function object.static OciFunction.ModelType
OciFunction.ModelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OciFunction.ModelType[]
OciFunction.ModelType. 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 OciFunction.ModelType Modifier and Type Method Description OciFunction.Builder
OciFunction.Builder. modelType(OciFunction.ModelType modelType)
The type of the OCI Function object.Constructors in com.oracle.bmc.dataintegration.model with parameters of type OciFunction.ModelType Constructor Description OciFunction(String functionId, String regionId, ConfigDefinition fnConfigDefinition, Shape inputShape, Shape outputShape, OciFunction.ModelType modelType, String key, ParentReference parentRef, String modelVersion, Integer objectVersion, OciFunction.PayloadFormat payloadFormat, FunctionConfigurationDefinition fnConfigDef)
Deprecated.
-