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