Uses of Class
com.oracle.bmc.dataintegration.model.CreateDataFlowDetails
-
Packages that use CreateDataFlowDetails Package Description com.oracle.bmc.dataintegration.model com.oracle.bmc.dataintegration.requests -
-
Uses of CreateDataFlowDetails in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return CreateDataFlowDetails Modifier and Type Method Description CreateDataFlowDetails
CreateDataFlowDetails.Builder. build()
Methods in com.oracle.bmc.dataintegration.model with parameters of type CreateDataFlowDetails Modifier and Type Method Description CreateDataFlowDetails.Builder
CreateDataFlowDetails.Builder. copy(CreateDataFlowDetails model)
-
Uses of CreateDataFlowDetails in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return CreateDataFlowDetails Modifier and Type Method Description CreateDataFlowDetails
CreateDataFlowRequest. getBody$()
Alternative accessor for the body parameter.CreateDataFlowDetails
CreateDataFlowRequest. getCreateDataFlowDetails()
The details needed to create a new data flow.Methods in com.oracle.bmc.dataintegration.requests with parameters of type CreateDataFlowDetails Modifier and Type Method Description CreateDataFlowRequest.Builder
CreateDataFlowRequest.Builder. body$(CreateDataFlowDetails body)
Alternative setter for the body parameter.CreateDataFlowRequest.Builder
CreateDataFlowRequest.Builder. createDataFlowDetails(CreateDataFlowDetails createDataFlowDetails)
The details needed to create a new data flow.
-