Uses of Class
com.oracle.bmc.dataintegration.model.CreateEntityShapeDetails
- 
Packages that use CreateEntityShapeDetails Package Description com.oracle.bmc.dataintegration.model com.oracle.bmc.dataintegration.requests 
- 
- 
Uses of CreateEntityShapeDetails in com.oracle.bmc.dataintegration.modelSubclasses of CreateEntityShapeDetails in com.oracle.bmc.dataintegration.model Modifier and Type Class Description classCreateEntityShapeFromFileThe file data entity details.classCreateEntityShapeFromObjectThe application object entity details.classCreateEntityShapeFromSQLThe SQL entity details.
- 
Uses of CreateEntityShapeDetails in com.oracle.bmc.dataintegration.requestsMethods in com.oracle.bmc.dataintegration.requests that return CreateEntityShapeDetails Modifier and Type Method Description CreateEntityShapeDetailsCreateEntityShapeRequest. getBody$()Alternative accessor for the body parameter.CreateEntityShapeDetailsCreateEntityShapeRequest. getCreateEntityShapeDetails()The details needed to create the data entity shape.Methods in com.oracle.bmc.dataintegration.requests with parameters of type CreateEntityShapeDetails Modifier and Type Method Description CreateEntityShapeRequest.BuilderCreateEntityShapeRequest.Builder. body$(CreateEntityShapeDetails body)Alternative setter for the body parameter.CreateEntityShapeRequest.BuilderCreateEntityShapeRequest.Builder. createEntityShapeDetails(CreateEntityShapeDetails createEntityShapeDetails)The details needed to create the data entity shape.
 
-