Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static FunctionLibraryDetails.ModelType |
FunctionLibraryDetails.ModelType.create(String key) |
FunctionLibraryDetails.ModelType |
FunctionLibraryDetails.getModelType()
The type of the object.
|
static FunctionLibraryDetails.ModelType |
FunctionLibraryDetails.ModelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionLibraryDetails.ModelType[] |
FunctionLibraryDetails.ModelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FunctionLibraryDetails.Builder |
FunctionLibraryDetails.Builder.modelType(FunctionLibraryDetails.ModelType modelType)
The type of the object.
|
Constructor and Description |
---|
FunctionLibraryDetails(String key,
FunctionLibraryDetails.ModelType modelType,
String modelVersion,
String name,
String description,
String categoryName,
Integer objectStatus,
String identifier,
ParentReference parentRef,
Integer objectVersion,
RegistryMetadata registryMetadata)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.