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