Uses of Class
com.oracle.bmc.goldengate.model.MessageSummary.DeploymentMessageStatus
-
Packages that use MessageSummary.DeploymentMessageStatus Package Description com.oracle.bmc.goldengate.model -
-
Uses of MessageSummary.DeploymentMessageStatus in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return MessageSummary.DeploymentMessageStatus Modifier and Type Method Description static MessageSummary.DeploymentMessageStatus
MessageSummary.DeploymentMessageStatus. create(String key)
MessageSummary.DeploymentMessageStatus
MessageSummary. getDeploymentMessageStatus()
The deployment Message Status.static MessageSummary.DeploymentMessageStatus
MessageSummary.DeploymentMessageStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static MessageSummary.DeploymentMessageStatus[]
MessageSummary.DeploymentMessageStatus. 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 MessageSummary.DeploymentMessageStatus Modifier and Type Method Description MessageSummary.Builder
MessageSummary.Builder. deploymentMessageStatus(MessageSummary.DeploymentMessageStatus deploymentMessageStatus)
The deployment Message Status.Constructors in com.oracle.bmc.goldengate.model with parameters of type MessageSummary.DeploymentMessageStatus Constructor Description MessageSummary(String id, String deploymentMessage, MessageSummary.DeploymentMessageStatus deploymentMessageStatus)
Deprecated.
-