Uses of Class
com.oracle.bmc.blockchain.requests.ListPeersRequest.SortBy
-
Packages that use ListPeersRequest.SortBy Package Description com.oracle.bmc.blockchain.requests -
-
Uses of ListPeersRequest.SortBy in com.oracle.bmc.blockchain.requests
Methods in com.oracle.bmc.blockchain.requests that return ListPeersRequest.SortBy Modifier and Type Method Description static ListPeersRequest.SortByListPeersRequest.SortBy. create(String key)ListPeersRequest.SortByListPeersRequest. getSortBy()The field to sort by.static ListPeersRequest.SortByListPeersRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListPeersRequest.SortBy[]ListPeersRequest.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 ListPeersRequest.SortBy Modifier and Type Method Description ListPeersRequest.BuilderListPeersRequest.Builder. sortBy(ListPeersRequest.SortBy sortBy)The field to sort by.
-