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 ResultTypeResultType. create(String key)ResultTypeDiagnosticsResult. getResultType()Type of the Result (i.e.static ResultTypeResultType. 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.BuilderDiagnosticsResult.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.
-