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.SortByListBlockchainPlatformsRequest.SortBy. create(String key)ListBlockchainPlatformsRequest.SortByListBlockchainPlatformsRequest. getSortBy()The field to sort by.static ListBlockchainPlatformsRequest.SortByListBlockchainPlatformsRequest.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.BuilderListBlockchainPlatformsRequest.Builder. sortBy(ListBlockchainPlatformsRequest.SortBy sortBy)The field to sort by.
-