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