Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
FunctionLibrary.Builder |
FunctionLibrary.Builder.modelType(FunctionLibrary.ModelType modelType)
The type of the object.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.