Uses of Class
com.oracle.bmc.dataintegration.model.EntityShape
-
Packages that use EntityShape Package Description com.oracle.bmc.dataintegration.model com.oracle.bmc.dataintegration.responses -
-
Uses of EntityShape in com.oracle.bmc.dataintegration.model
Subclasses of EntityShape in com.oracle.bmc.dataintegration.model Modifier and Type Class Description class
EntityShapeFromFile
The file data entity details.class
EntityShapeFromObject
The application object entity details.class
EntityShapeFromSQL
The SQL entity details. -
Uses of EntityShape in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return EntityShape Modifier and Type Method Description EntityShape
CreateEntityShapeResponse. getEntityShape()
The returned EntityShape instance.Methods in com.oracle.bmc.dataintegration.responses with parameters of type EntityShape Modifier and Type Method Description CreateEntityShapeResponse.Builder
CreateEntityShapeResponse.Builder. entityShape(EntityShape entityShape)
The returned EntityShape instance.
-