Uses of Class
com.oracle.bmc.dataintegration.model.UserDefinedFunction.ModelType
-
Packages that use UserDefinedFunction.ModelType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of UserDefinedFunction.ModelType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return UserDefinedFunction.ModelType Modifier and Type Method Description static UserDefinedFunction.ModelTypeUserDefinedFunction.ModelType. create(String key)UserDefinedFunction.ModelTypeUserDefinedFunction. getModelType()The type of the object.static UserDefinedFunction.ModelTypeUserDefinedFunction.ModelType. valueOf(String name)Returns the enum constant of this type with the specified name.static UserDefinedFunction.ModelType[]UserDefinedFunction.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 UserDefinedFunction.ModelType Modifier and Type Method Description UserDefinedFunction.BuilderUserDefinedFunction.Builder. modelType(UserDefinedFunction.ModelType modelType)The type of the object.Constructors in com.oracle.bmc.dataintegration.model with parameters of type UserDefinedFunction.ModelType Constructor Description UserDefinedFunction(String key, UserDefinedFunction.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.
-