Uses of Class
com.oracle.bmc.dataintegration.model.DataEntityFromSql.EntityType
-
Packages that use DataEntityFromSql.EntityType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of DataEntityFromSql.EntityType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return DataEntityFromSql.EntityType Modifier and Type Method Description static DataEntityFromSql.EntityType
DataEntityFromSql.EntityType. create(String key)
DataEntityFromSql.EntityType
DataEntityFromSql. getEntityType()
The entity type.static DataEntityFromSql.EntityType
DataEntityFromSql.EntityType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataEntityFromSql.EntityType[]
DataEntityFromSql.EntityType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type DataEntityFromSql.EntityType Modifier and Type Method Description DataEntityFromSql.Builder
DataEntityFromSql.Builder. entityType(DataEntityFromSql.EntityType entityType)
The entity type.Constructors in com.oracle.bmc.dataintegration.model with parameters of type DataEntityFromSql.EntityType Constructor Description DataEntityFromSql(ObjectMetadata metadata, String key, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, String externalKey, Shape shape, String shapeId, DataEntityFromSql.EntityType entityType, String otherTypeLabel, List<UniqueKey> uniqueKeys, List<ForeignKey> foreignKeys, String resourceName, Integer objectStatus, String identifier, String sqlQuery)
Deprecated.
-