Uses of Class
com.oracle.bmc.goldengate.model.TestPipelineConnectionResult.ResultType
-
Packages that use TestPipelineConnectionResult.ResultType Package Description com.oracle.bmc.goldengate.model -
-
Uses of TestPipelineConnectionResult.ResultType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return TestPipelineConnectionResult.ResultType Modifier and Type Method Description static TestPipelineConnectionResult.ResultTypeTestPipelineConnectionResult.ResultType. create(String key)TestPipelineConnectionResult.ResultTypeTestPipelineConnectionResult. getResultType()Type of result, either Succeeded, Failed, or Timed out.static TestPipelineConnectionResult.ResultTypeTestPipelineConnectionResult.ResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static TestPipelineConnectionResult.ResultType[]TestPipelineConnectionResult.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 TestPipelineConnectionResult.ResultType Modifier and Type Method Description TestPipelineConnectionResult.BuilderTestPipelineConnectionResult.Builder. resultType(TestPipelineConnectionResult.ResultType resultType)Type of result, either Succeeded, Failed, or Timed out.Constructors in com.oracle.bmc.goldengate.model with parameters of type TestPipelineConnectionResult.ResultType Constructor Description TestPipelineConnectionResult(TestPipelineConnectionResult.ResultType resultType, TestPipelineConnectionError error)Deprecated.
-