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