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