Uses of Class
com.oracle.bmc.dataflow.model.StatementOutput
-
Packages that use StatementOutput Package Description com.oracle.bmc.dataflow.model -
-
Uses of StatementOutput in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return StatementOutput Modifier and Type Method Description StatementOutput
StatementOutput.Builder. build()
StatementOutput
Statement. getOutput()
Methods in com.oracle.bmc.dataflow.model with parameters of type StatementOutput Modifier and Type Method Description StatementOutput.Builder
StatementOutput.Builder. copy(StatementOutput model)
Statement.Builder
Statement.Builder. output(StatementOutput output)
Constructors in com.oracle.bmc.dataflow.model with parameters of type StatementOutput Constructor Description Statement(Long id, String code, StatementLifecycleState lifecycleState, StatementOutput output, Double progress, String runId, Date timeCreated, Date timeCompleted)
Deprecated.
-