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