Uses of Class
com.oracle.bmc.dataintegration.model.EntityShapeFromFile.EntityType
-
Packages that use EntityShapeFromFile.EntityType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of EntityShapeFromFile.EntityType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return EntityShapeFromFile.EntityType Modifier and Type Method Description static EntityShapeFromFile.EntityTypeEntityShapeFromFile.EntityType. create(String key)EntityShapeFromFile.EntityTypeEntityShapeFromFile. getEntityType()The entity type.static EntityShapeFromFile.EntityTypeEntityShapeFromFile.EntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityShapeFromFile.EntityType[]EntityShapeFromFile.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 EntityShapeFromFile.EntityType Modifier and Type Method Description EntityShapeFromFile.BuilderEntityShapeFromFile.Builder. entityType(EntityShapeFromFile.EntityType entityType)The entity type.Constructors in com.oracle.bmc.dataintegration.model with parameters of type EntityShapeFromFile.EntityType Constructor Description EntityShapeFromFile(ObjectMetadata metadata, String key, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, String externalKey, Shape shape, String shapeId, TypeLibrary types, EntityShapeFromFile.EntityType entityType, String otherTypeLabel, List<UniqueKey> uniqueKeys, List<ForeignKey> foreignKeys, String resourceName, DataFormat dataFormat, Integer objectStatus, String identifier)Deprecated.
-