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