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.model
Subclasses of CreateEntityShapeDetails in com.oracle.bmc.dataintegration.model Modifier and Type Class Description class
CreateEntityShapeFromFile
The file data entity details.class
CreateEntityShapeFromObject
The application object entity details.class
CreateEntityShapeFromSQL
The SQL entity details. -
Uses of CreateEntityShapeDetails in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return CreateEntityShapeDetails Modifier and Type Method Description CreateEntityShapeDetails
CreateEntityShapeRequest. getBody$()
Alternative accessor for the body parameter.CreateEntityShapeDetails
CreateEntityShapeRequest. 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.Builder
CreateEntityShapeRequest.Builder. body$(CreateEntityShapeDetails body)
Alternative setter for the body parameter.CreateEntityShapeRequest.Builder
CreateEntityShapeRequest.Builder. createEntityShapeDetails(CreateEntityShapeDetails createEntityShapeDetails)
The details needed to create the data entity shape.
-