Uses of Class
com.oracle.bmc.jms.model.PluginErrorReason
-
Packages that use PluginErrorReason Package Description com.oracle.bmc.jms.model -
-
Uses of PluginErrorReason in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return PluginErrorReason Modifier and Type Method Description static PluginErrorReason
PluginErrorReason. create(String key)
PluginErrorReason
PluginErrorAggregation. getReason()
Enum that uniquely identifies the plugin error.PluginErrorReason
PluginErrorDetails. getReason()
The plugin error reason.static PluginErrorReason
PluginErrorReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static PluginErrorReason[]
PluginErrorReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model with parameters of type PluginErrorReason Modifier and Type Method Description PluginErrorAggregation.Builder
PluginErrorAggregation.Builder. reason(PluginErrorReason reason)
Enum that uniquely identifies the plugin error.PluginErrorDetails.Builder
PluginErrorDetails.Builder. reason(PluginErrorReason reason)
The plugin error reason.Constructors in com.oracle.bmc.jms.model with parameters of type PluginErrorReason Constructor Description PluginErrorAggregation(PluginErrorReason reason, Integer count)
Deprecated.PluginErrorDetails(PluginErrorReason reason, String details, Date timeLastSeen)
Deprecated.
-