Uses of Class
com.oracle.bmc.blockchain.requests.ListOsnsRequest.SortOrder
-
Packages that use ListOsnsRequest.SortOrder Package Description com.oracle.bmc.blockchain.requests -
-
Uses of ListOsnsRequest.SortOrder in com.oracle.bmc.blockchain.requests
Methods in com.oracle.bmc.blockchain.requests that return ListOsnsRequest.SortOrder Modifier and Type Method Description static ListOsnsRequest.SortOrder
ListOsnsRequest.SortOrder. create(String key)
ListOsnsRequest.SortOrder
ListOsnsRequest. getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’.static ListOsnsRequest.SortOrder
ListOsnsRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListOsnsRequest.SortOrder[]
ListOsnsRequest.SortOrder. 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 ListOsnsRequest.SortOrder Modifier and Type Method Description ListOsnsRequest.Builder
ListOsnsRequest.Builder. sortOrder(ListOsnsRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
-