Uses of Class
com.oracle.bmc.dataflow.model.StatementOutput.Status
-
Packages that use StatementOutput.Status Package Description com.oracle.bmc.dataflow.model -
-
Uses of StatementOutput.Status in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return StatementOutput.Status Modifier and Type Method Description static StatementOutput.Status
StatementOutput.Status. create(String key)
StatementOutput.Status
StatementOutput. getStatus()
Status of the statement output.static StatementOutput.Status
StatementOutput.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static StatementOutput.Status[]
StatementOutput.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataflow.model with parameters of type StatementOutput.Status Modifier and Type Method Description StatementOutput.Builder
StatementOutput.Builder. status(StatementOutput.Status status)
Status of the statement output.Constructors in com.oracle.bmc.dataflow.model with parameters of type StatementOutput.Status Constructor Description StatementOutput(StatementOutputData data, StatementOutput.Status status, String errorName, String errorValue, List<String> traceback)
Deprecated.
-