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