Uses of Class
com.oracle.bmc.goldengate.model.MessageSummary
-
Packages that use MessageSummary Package Description com.oracle.bmc.goldengate.model -
-
Uses of MessageSummary in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return MessageSummary Modifier and Type Method Description MessageSummary
MessageSummary.Builder. build()
Methods in com.oracle.bmc.goldengate.model that return types with arguments of type MessageSummary Modifier and Type Method Description List<MessageSummary>
DeploymentMessageCollection. getItems()
An array of DeploymentMessages.Methods in com.oracle.bmc.goldengate.model with parameters of type MessageSummary Modifier and Type Method Description MessageSummary.Builder
MessageSummary.Builder. copy(MessageSummary model)
Method parameters in com.oracle.bmc.goldengate.model with type arguments of type MessageSummary Modifier and Type Method Description DeploymentMessageCollection.Builder
DeploymentMessageCollection.Builder. items(List<MessageSummary> items)
An array of DeploymentMessages.Constructor parameters in com.oracle.bmc.goldengate.model with type arguments of type MessageSummary Constructor Description DeploymentMessageCollection(List<MessageSummary> items)
Deprecated.
-