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