Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static DataEntitySummaryFromView.EntityType |
DataEntitySummaryFromView.EntityType.create(String key) |
DataEntitySummaryFromView.EntityType |
DataEntitySummaryFromView.getEntityType()
The entity type.
|
static DataEntitySummaryFromView.EntityType |
DataEntitySummaryFromView.EntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataEntitySummaryFromView.EntityType[] |
DataEntitySummaryFromView.EntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DataEntitySummaryFromView.Builder |
DataEntitySummaryFromView.Builder.entityType(DataEntitySummaryFromView.EntityType entityType)
The entity type.
|
Constructor and Description |
---|
DataEntitySummaryFromView(ObjectMetadata metadata,
String key,
String modelVersion,
ParentReference parentRef,
String name,
String description,
Integer objectVersion,
String externalKey,
Shape shape,
String shapeId,
TypeLibrary types,
DataEntitySummaryFromView.EntityType entityType,
String otherTypeLabel,
List<UniqueKey> uniqueKeys,
List<ForeignKey> foreignKeys,
String resourceName,
Integer objectStatus,
String identifier)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.