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