Uses of Class
com.oracle.bmc.dataintegration.model.FunctionSignature.ModelType
-
Packages that use FunctionSignature.ModelType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of FunctionSignature.ModelType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return FunctionSignature.ModelType Modifier and Type Method Description static FunctionSignature.ModelType
FunctionSignature.ModelType. create(String key)
FunctionSignature.ModelType
FunctionSignature. getModelType()
The type of the object.static FunctionSignature.ModelType
FunctionSignature.ModelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FunctionSignature.ModelType[]
FunctionSignature.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 FunctionSignature.ModelType Modifier and Type Method Description FunctionSignature.Builder
FunctionSignature.Builder. modelType(FunctionSignature.ModelType modelType)
The type of the object.Constructors in com.oracle.bmc.dataintegration.model with parameters of type FunctionSignature.ModelType Constructor Description FunctionSignature(String key, FunctionSignature.ModelType modelType, String modelVersion, ParentReference parentRef, String name, ConfiguredType retType, List<TypedObject> arguments, String description, Integer objectStatus)
Deprecated.
-