Uses of Class
com.oracle.bmc.jms.model.PluginErrorSortBy
-
Packages that use PluginErrorSortBy Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.requests -
-
Uses of PluginErrorSortBy in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return PluginErrorSortBy Modifier and Type Method Description static PluginErrorSortByPluginErrorSortBy. create(String key)static PluginErrorSortByPluginErrorSortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static PluginErrorSortBy[]PluginErrorSortBy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PluginErrorSortBy in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return PluginErrorSortBy Modifier and Type Method Description PluginErrorSortByListPluginErrorsRequest. getSortBy()The field to sort PluginError.Methods in com.oracle.bmc.jms.requests with parameters of type PluginErrorSortBy Modifier and Type Method Description ListPluginErrorsRequest.BuilderListPluginErrorsRequest.Builder. sortBy(PluginErrorSortBy sortBy)The field to sort PluginError.
-