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