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