Uses of Class
com.oracle.bmc.databasemigration.model.ResultType
-
Packages that use ResultType Package Description com.oracle.bmc.databasemigration.model -
-
Uses of ResultType in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return ResultType Modifier and Type Method Description static ResultType
ResultType. create(String key)
ResultType
DiagnosticsResult. getResultType()
Type of the Result (i.e.static ResultType
ResultType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResultType[]
ResultType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemigration.model with parameters of type ResultType Modifier and Type Method Description DiagnosticsResult.Builder
DiagnosticsResult.Builder. resultType(ResultType resultType)
Type of the Result (i.e.Constructors in com.oracle.bmc.databasemigration.model with parameters of type ResultType Constructor Description DiagnosticsResult(ResultType resultType, ResultError error)
Deprecated.
-