Uses of Class
com.oracle.bmc.goldengate.model.SeverityType
-
Packages that use SeverityType Package Description com.oracle.bmc.goldengate.model -
-
Uses of SeverityType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return SeverityType Modifier and Type Method Description static SeverityTypeSeverityType. create(String key)SeverityTypeStepMessage. getSeverity()The severity returned when calling GoldenGate API messages for a step in a recipe during pipeline initialization.static SeverityTypeSeverityType. valueOf(String name)Returns the enum constant of this type with the specified name.static SeverityType[]SeverityType. 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 SeverityType Modifier and Type Method Description StepMessage.BuilderStepMessage.Builder. severity(SeverityType severity)The severity returned when calling GoldenGate API messages for a step in a recipe during pipeline initialization.Constructors in com.oracle.bmc.goldengate.model with parameters of type SeverityType Constructor Description StepMessage(String message, String code, Date timestamp, SeverityType severity)Deprecated.
-