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