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