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