Uses of Class
com.oracle.bmc.dataintegration.model.Message.Type
-
Packages that use Message.Type Package Description com.oracle.bmc.dataintegration.model -
-
Uses of Message.Type in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return Message.Type Modifier and Type Method Description static Message.TypeMessage.Type. create(String key)Message.TypeMessage. getType()The type of message (error, warning, or info).static Message.TypeMessage.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Message.Type[]Message.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type Message.Type Modifier and Type Method Description Message.BuilderMessage.Builder. type(Message.Type type)The type of message (error, warning, or info).Constructors in com.oracle.bmc.dataintegration.model with parameters of type Message.Type Constructor Description Message(Message.Type type, String code, String message)Deprecated.
-