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