Uses of Class
com.oracle.bmc.ons.requests.PublishMessageRequest.MessageType
-
Packages that use PublishMessageRequest.MessageType Package Description com.oracle.bmc.ons.requests -
-
Uses of PublishMessageRequest.MessageType in com.oracle.bmc.ons.requests
Methods in com.oracle.bmc.ons.requests that return PublishMessageRequest.MessageType Modifier and Type Method Description static PublishMessageRequest.MessageType
PublishMessageRequest.MessageType. create(String key)
PublishMessageRequest.MessageType
PublishMessageRequest. getMessageType()
Deprecated. Support for JSON is deprecated.static PublishMessageRequest.MessageType
PublishMessageRequest.MessageType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PublishMessageRequest.MessageType[]
PublishMessageRequest.MessageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.ons.requests with parameters of type PublishMessageRequest.MessageType Modifier and Type Method Description PublishMessageRequest.Builder
PublishMessageRequest.Builder. messageType(PublishMessageRequest.MessageType messageType)
Deprecated. Support for JSON is deprecated.
-